效果圖:css
完整代碼:html
<!DOCTYPE html>
<bead>
<meta charset="utf-8">
<title>div</title>
<style type="text/css">
#big-content{
text-align:center;
margin:30px 120px;spa
}
#header{
background-color:blue;
width:;
height:30px;
float:;
}
#content-left{
background-color:yellow;
width:50%;
height:;
float:left;
}
#content-right{
background-color:green;
width:50%;
height:;
float:left;htm
}
#footer{
background-color:pink;
width:;
height:;
float:;
}
</style>
</bead>
<div id="big-content">
<div id="header"><p>這是header部分</p>
</div>blog
<div id:"main">
<div id="content-left"><p>這是content-left部分</p>
</div>utf-8
<div id="content-right"><p>這是content-right部分</p>
</div>
</div>it
<div id="footer"><p>這是footer部分</p>
</div>
</div>
<body>
</body>meta