最新回答 / Bozens
老师讲的body是便签,只要是body这个标签都是会附加属性的。加点是class类,用到这个类才会有属性,一般便于使用都是*{ margin:0 ; padding:0} 取消所有东西的内外默认边距,便于排版
2017-12-29
.top{width:100%;height:100px;margin:0;background:#ccc;}
.main{width:100%;height:500px;background:red;}
.left{width:200px;height:500px;float:left;background:blue;}
.right{margin-left:210px;width:100%;height:500px;background:green;position:absolute}
.foot{width:100%;height:150px;background:#F90}
.main{width:100%;height:500px;background:red;}
.left{width:200px;height:500px;float:left;background:blue;}
.right{margin-left:210px;width:100%;height:500px;background:green;position:absolute}
.foot{width:100%;height:150px;background:#F90}