body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:200px;background:gray;}
.main{height:600px;background:red;}
.left{ width:200px;height:600px;float:left;background:blue;}
.right{height:600px;float:right;background:green;}
.foot{width:100px;background:orange;}
</style>
.top{height:200px;background:gray;}
.main{height:600px;background:red;}
.left{ width:200px;height:600px;float:left;background:blue;}
.right{height:600px;float:right;background:green;}
.foot{width:100px;background:orange;}
</style>
还是要多多练习,加油
.top{height:100px;background:grey;}
.main{height:500px;background:red;position:relative;}
.left{height:500px;width:200px;background:blue; position:absolute;top:0;left:0;}
.right{height:500px;background:green;margin-left:210px;}
.foot{height:50px;background:orange;}
.top{height:100px;background:grey;}
.main{height:500px;background:red;position:relative;}
.left{height:500px;width:200px;background:blue; position:absolute;top:0;left:0;}
.right{height:500px;background:green;margin-left:210px;}
.foot{height:50px;background:orange;}
.top{margin:0 auto;background:gray;height:100px;}
.main{margin:0 auto;height:600px;}
.left{width:200px;height:600px;position:absolute;
top:100px;left:0;}评论有300字数限制,所以把背景色属性在此都省略了
.right{background:green;height:600px;margin-left:210px;}
.foot{background:orange;height:60px;}
.main{margin:0 auto;height:600px;}
.left{width:200px;height:600px;position:absolute;
top:100px;left:0;}评论有300字数限制,所以把背景色属性在此都省略了
.right{background:green;height:600px;margin-left:210px;}
.foot{background:orange;height:60px;}