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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
额 都不知道怎么答对的。。。
.right{height:800px;background:green;position:absolute;left:210px;width:100%}
清除浮动有两种方法:1.clear:both 2.overflow:hidden
首先清除一下样式 body{margin:0;padding:0}
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:100px; background:#ccc}
.main{background:#F63;}
.left{position:absolute;left:0;top:100px;width:200px; height:500px; background:blue;}
.right{ margin-left:210px;height:500px; background:#9C9;}
.foot{height:50px; background:#F63;}
慕课上的视频为什么都是声音很小呢 前边logo那声音那么大
这个样式主要是把那个width固定宽度后,然后设置他的外边距,margin的样式为0 auto,就能形成一个居中的效果
很好,只是最好的变成挑战代码有误!
声音好小呀
.top{background:#85ABB9;height:50px;}
.main{background:red;height:600px;}
.right{background:#48DAD0;margin-left:210px;height:600px;}
.left{ background:blue; width:200px;height:600px;float:left;}
.foot{background:#DA7648;height:50px;}
给力 必须5星
然而在编辑器里面并不会显示出来
.top{width:900px;height:100px;margin:0 auto;background:#ccc;}
.main{width:900px;height:800px;background:red;margin:0 auto}
.left{width:100px;height:800px;float:left;background:blue}
.right{width:790px;height:800px;float:right;background:green}
.foot{width:900px;height:50px;background:orange;}
三列布局还有更方便的。中间用超出隐藏这种流动布局来做,也很不错。老师完全可以提一下。
.top{height:100; background:#ccc}
.main{width:1000px;height:300px;background:red;margin:0 auto;}
.left{ width:200px;height:300px;background:blue;float:left;}
.right{width:780px; height:300px; background:#FCC; float:right;}
.foot{height:100; background:orange;clear:both;}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消