第8课,实战首页布局
#container {
width:1002px;
background: gray;
}
#header {
height: 120px;
background: orange;
}
#main {
height: 600px;
background: green;
}
#lside {
width: 700px;
height: 600px;
float: left;
background: pink;
}
.four{
width: 330px;
height: 280px;
background: black;
margin: 10px;
float: left;
}
#rside {
width: 302px;
height: 600px;
background: purple;
float: right;
}
#footer {
/*height: 120px;*/
height: 2020px;
background: blue;
float: left;
}
查看更多关于css,footer无法显示_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did115026