为了账号安全,请及时绑定邮箱和手机立即绑定

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
body{ margin:0; padding:0;text-align:center; font-size:30px; color:purple;}.top{height:50px;background:#aaa;width:800px;margin:0 auto;}

.foot{height:50px;width:800px;background:yellow;margin:0 auto;}
</style>
.left{ width:960px; height:600px; background-color;#ccc; float:left;}

.right{ width:660px; height:600px; background-color:#fcc; float:right;}
声音有点低
.main{width:80%;height:500px;background-color: red;position:relative;margin:0 auto;}.left{ width:200px;background-color:blue;height:500px;position:absolute;top:0;}.right{background-color:green;height:500px;margin-left:210px;} .foot{width:80%;background-color:orange;height: 50px;margin:0 auto;}这样好看一点
margin:0px 310px 0 210px;我这么设置结果main还是水平居于下方,在自己的编辑器里把margin-top:-600,才最后实现这样的效果。我看别人的答案都是margin:0px 310px 0 210px;我就是没办法实现那样的效果。
.top{background:#ccc;height: 100px;}
.main{background:red; position: relative;height: 400px;}
.left{background:blue; width:200px;height: 400px;position: absolute;left: 0;top: 0;}
.right{background:#9c9;height: 400px; margin-left:210px; }
.foot{background:#f63;height: 100px;}
源代码第十行最后多了一个 }
.top{height:100px; background:#ccc;}
.main{width:800px;height:400; margin:0px auto; background:red;position:relative;}
.left{width:200px; height:400px; background:blue; position:absolute; top:0px;}
.right{margin-left:210px;height:400px;background:green;}
.foot{height:50px;background:pink;}
锦囊里的代码是错的吧
这个网站相当好
这样也可以。。
.top{height:100px;background:#ccc;}
.main{height:500px;background:red;}
.left{width:200px;height:500px;background:blue;position:absolute;top:100px;left}
.right{width:100%;height:500px;position:absolute;top:100px;left:210px;background:#9c9;}
.foot{height:50px;background:#f63;}
非常好 !
.top{background:gray; height:50px;}
.main{background:red;height:700px;}
.left{background:blue; width:200px; height:700px; position:absolute;top:50px; left:0;}
.right{background:green; height:700px;margin-left:210px;}
.foot{background:orange; height:80px;}
说句题外话,打开百度,按f12调试,console里有招聘广告2333……
body{ margin:0; padding:0;}
.left{ width:200px; height:600px; background:#ccc; position:absolute; left:0; top:0}
.main{ height:600px; margin:0 310px 0 210px; background:#9CF}
.right{ height:600px; width:300px; position:absolute; right:0; top:0; background:#FCC;}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消