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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
前端课程听到这,真的越来越精彩思路越来越清晰了。谢谢老师!
.left{ width:200px; height:600px; background:#ccc;position:absolute; left:0; top:0}

.main{ height:600px;margin:0px 310px 0px 210px; background:#9CF}

.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
.top{ height:100px; background:#ccc;}
.main{ height:400px; background:red;}
.left{ width:200px; background:blue;height:400px; position:absolute; left:0; top:100px; }
.right{ height:400px; background:green; margin:0 0 0 210px;}
.foot{height:50px; background:red;}
</style>
.top{height:50px; background:#666; margin:0 auto;}
.left{width:200px; height:500px; background:#033; position:absolute; left:auto; top:50px;}
.right{ height:500px; background:#0F3; margin-left:210px;}
.foot{height:50px; margin:0 auto; background:#C93;}
谢谢老师了,讲得真好。
老师讲得是干货,很好的课程~~大爱。
文档流:将窗口自上而下分成一行一行,并在每行中按从左至右的依次排放元素,即为文档流。



有三种情况使得元素离开文档流而存在,分别是浮动 绝对布局 固定定位
干脆利落,没有废话,赞赞赞赞赞
.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; top:0; right:0; background:#FCC;}
如果footer不清除浮动,为什么文字在下面,而不是在上面?
被自己蠢哭了,左右不分
原来这是改错题
.foot{margin: 0 auto; height: 40px;background: #ff6634;}
.top{margin: 0 auto; height: 80px;background: #cccccc;}
.main{margin: 0 auto; height: 540px;background: #fc0000;position: relative;}
.left{ width: 200px;height: 540px; background: #0000fe;position: absolute;top:0px;left: 0px;}
.right{height: 540px; background: #9acc99;margin-left: 210px;}
老师幸苦了
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消