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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
感觉学这一节最实用啊 哈哈哈
.top{width:100%;background:#ccc;height:100px;}
.main{height:400px;width:100%;background:red;}
.left{height:400px;width:200px;background:blue;float:left;}
.right{height:400px;float:right;background:lightgreen;}
.foot{height:50px;background:orange;width:100%;}
.top{width:100%;height:100px;background:grey;}
.main{width:100%;height:800px;background:red;}
.left{width:200px;height:800px;background:blue;position:absolute;left:0;top:100px;}
.right{height:800px;background:silver;margin:0 0 0 200px;}
很喜欢老师的“啊”!亲切死啦~~~!!
惊喜的老实老师!
可以实现效果,有错请指出
.top{margin:0 auto;background-color:gray}
.main{background-color:red;height:600px}
.left{ height:600px;width:200px;margin-top:-600px;background-color:blue;margin-right:-100%}
.right{height:600px;background-color:green;margin-left:205px}
.foot{margin:0 auto;background-color:orange}
.top{height:200px;background:#ccc;width:100%;}

.main{background:red;height:500px;}

.left{ width:20%;height:500px;background:blue;float:left;}

.right{width:78%;height:500px;background:#9FC;float:right;}

.foot{height:100px;background:#F63;clear:both;width:100%;}
.top{height:200px;background:#ccc;}
.main{background:red;height:500px;}
.left{ width:20%;height:500px;background:#03F;float:left;}
.right{width:78%;height:500px;background:#9FC;float:right;}
.foot{height:100px;background:#F90;clear:both;}
.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;}
.top{width:700px;height:100px;background:gray;}
.main{width:700px;height:500px;background:red;margin:0 auto;float:left;}
.left{ background:blue;height:500px;width:27%;float:left;}
.right{background:green;height:500px;width:67%;float:right;}
.foot{width:700px;background:orange;clear:both;}
有几个非常不错的前端开发在线工具,分享给一起学习的小伙伴们,别忘了收藏,很实用。
(1)在线代码测试工具:http://www.lvyestudy.com/tools/run_code.aspx;
(2)在线调色板:http://www.lvyestudy.com/tools/color_picker.aspx;
(3)CSS3圆角生成器:http://www.lvyestudy.com/tools/border_radius.aspx
有几个非常不错的前端开发在线工具,分享给一起学习的小伙伴们,别忘了收藏,很实用。
(1)在线代码测试工具:http://www.lvyestudy.com/tools/run_code.aspx;
(2)在线调色板:http://www.lvyestudy.com/tools/color_picker.aspx;
(3)CSS3圆角生成器:http://www.lvyestudy.com/tools/border_radius.aspx
.top{width:100%;background:gray;}
.main{width:100%;background:orange;position:relative;}
.left{float:left;width:200px;background:red;}
.right{width:;position:absolute;left:210px;right:0;background:green;} 注意right的宽度自适应
.foot{clear:both;background:blue;}
谢谢老师!
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消