쇼핑몰

Div연습(playshop)

줌마6100 2013. 7. 17. 15:15

 

★div 연습3

<html>
<head>
<title>playshop에 오신것을 환영합니다</title>
<style type="text/css">
.top{width:1150px; height:180px;background-color:red;}
.topmenu{width:1150px; height:50px; background-color:#ff2b00;}
.mainimg{width:800px; height:400px;background-color:#e85739; float:left;}
.mainboard{width:350px; height:400px;background-color:yellow; float:left;}
.content{width:1150px; height:700px;background-color:#49a83c; clear:both;}
.bottom{width:1150px; height:100px;background-color:#06481c;}
</style>
</head>

<body>
<div class="top"></div>
<div class="topmenu"></div>
<div class="mainimg"></div>
<div class="mainboard"></div>
<div class="content"></div>
<div class="bottom"></div>

</body>
</html>
div3.html

div3.html
0.0MB