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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.top{height:50px;background:#657;}
.main{height:500px;background:#548;position:relative;}
.left{width:200px;height:500px;position:absolute;left:0;top:0px;background:#215;}
.right{height:500px;margin-left:210px;background:#954;}
.foot{height:60px;background:#147;}
.left{ width:280px; height:590px; float:left;background:#ccc;margin:0 10px 10px; 【任务1】}/*左浮动样式*/
.right{ width:640px; height:590px; float:right;background:#FCC;margin:0 10px 10px; 【任务2】}/*右浮动样式*/
效果图:第十行多的那个花括号去掉,去掉div中间的text-align:center。left和right加上左右浮动,再把他们的高度宽度各减去30px就OK 了
body{ margin:0; padding:0;}
.top{height:200px;background:gray;}
.main{background: red;}
.left{background:blue;height:600px;width:200px;float: left;position: absolute;left: 0;top: 200px;}
.right{margin-left: 220px; background:green;height:600px;}
.foot{height:100px;background:#E3860E;}
为啥我在任务三那里写了margin:0 auto;也正确显示了呢......
.top{height:100px;background:grey;}
.main{height:600px;background:red;}
.left{ height:600px;background:blue;width:200px;position:absolute;float:left;}
.right{height:600px;background:green;margin-left:210px;position:absolute;float:left;width:100%;}
.foot{height:50px;background:orange;}
.top{width:100%;background:gray;height:200px;}
.main{width:100%;background:red;height:500px;}
.left{ width:200px;height:100%;float:left; background:blue;}
.right{width:100%;float:right; background:green;margin-left:220px;position:absolute;}
.foot{width:100%;background:orange;height:100px;}
真不错,对于我这种初学者来说超级受益。
同学代码怎么提交
.top{width:800px; height:50px;background:#cccccc;}

.main{width:800px; height:300px;background:red;}

.left{width:200px;height:300px;background:blue;position:absolute;left:0;top:50px;}

.right{height:300px;background:#9acc99;margin:0 0 0 210px;}

.foot{width:800px; height:50px;background:#ee6634;}
老师讲的真不错~~对网页布局有更深入了解了~~
.top{width:100%; height:50px;background:#cccccc;}
.main{width:100%; height:300px;background:red;}
.left{width:200px;height:300px;background:blue;position:absolute;}
.right{left:210px;width:100%;height:300px;background:#9acc99;position:absolute;}
.foot{width:100%; height:50px;background:#ee6634;}
。。。。。
讲真,耳机福利
.main{ height:600px; background-color:red; margin:0 auto; position:relative; }
.left{ width:200px; height:600px; background-color:blue; position:absolute; }
.right{height:600px;right:0;left:210px;background-color:green;position:absolute;}

由于浏览器从上往下读取html,所以"right"先于"left"加载。
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消