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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
body{ margin:0; padding:0; font-size:30px; color:#000000;}
.top{ height:100px; background:#ccc;}
.left{ width:200px; height:500px; background:blue; position:absolute;}
.right{ margin-left:210px; height:500px; background:#9c9; position:relative;}
.footer{ height:50px; background:#f63;}
老师你讲的的真的挺好的 ,赞一个
.top{background:#ccc;height:100px;}
.main{width:90%; margin:0 auto;background:red;position:relative;}
.left{ width:200px;background:blue;height:300px}
.right{position:absolute;left:210px;right:0;background:yellow;height:300px;}
.foot{background:orange;height:80px;}
老师讲得挺好的,简洁却都是重点,非常喜欢听,谢谢老师!
咋整也是右边多200.。。。
1、position:absolute;
2、margin:0 310px 0 210px;
3、position:absolute; top:0; right:0;
声音有点小,我笔记本声音都开满了
.top{width:600px;background:#ccc; margin:0 auto;}
.main{width:600px;background:red;height:300px;margin:0 auto;position:relative;}
.left{ width:200px; height:300px;background:blue;position:absolute;top:0}
.right{height:300px;background:green;margin-left:210px;}
.foot{ width:600px;margin:0 auto;}
正确答案是 margin:auto; 视频有误
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:100px;background:gray;}
.main{height:500px;background:red;}
.left{ background:blue;float:left;height:500px;width:200px;}
.right{background:green;float:right;height:500px;width:400px;}
.foot{clear:both;height:50px;background:pink;}
把【任务2】删掉就行了
讲的真心不错 感谢
老师我的三列排列还是不行这三列分成了三行显示
声音好小额
.top{width:100%;height:80px;background-color:#ccc;}
.main{width:100%;background-color:red;}
.left{ width:200px;height:600px;background-color:blue;position:absolute;top:80px;left:0;}
.right{height:600px;background-color:green;margin-left:210px;}
.foot{width:100%;height:50px;background-color:orange;}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消