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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
看完老师这个课程,我就默默的去找老师其它课程来看了
基础、非常有用。路总是要一步一步走
这个老师好实在,讲课每一步都很清楚,非常适合初学者!!
睡不着 听一会就困 真想来个长点的私人定制
xiexie!!
有没有更简洁的
.top{background:grey; width:100%;}
.main{background:red; width:100%;}
.left{background:blue; height:600px; width:200px;}
.right{background:green; position:absolute; float:right; margin-left:210px; height:600px; width:100%;}
.foot{background:pink; width:100%;}
.top{background:grey; width:100%;}
.main{ height:600px; width:100%; background:red; position:relative;}
.left{ background:blue; height:600px; width:200px; }
.right{ background:green; position:absolute; float:right; margin-left:210px; height:600px; width:100%;}
.foot{ background:pink; width:100%;}
课程好烂啊
妈的烦死了听到这种声音,唉视频也太low了
.top{ height: 100px; background: gray;}
.main{ background-color: red;}
.left{height: 600px; width: 200px; background-color: blue; }
.right{height: 600px; width: 100%; background-color: yellow; float:left;
margin-left: 210px;}
.foot{height: 100px; background-color: purple; clear: both;}
<div class="big_right">
<div class="right">right</div>
</div>

.main{height:600px; background-color:red; width:100%;}
.left{height:600px; width:200px; background-color:blue; float:left;}
.right{height:600px; width:100%; background-color:yellow; float:right;}
.big_right{margin-left:210px;}
body{margin:0;padding:0;}
.top{height:100px; background:#ccc}
.left{ width:200px; height:500px; background:blue;position:absolute;top:100px;left:0; }
.right{ margin-left:200px;height:500px;background:#9C9;border-left:10px red solid;}
.foot{ height:50px; background:#F63 }
兢兢业业学习中
声音太小了
楼下这么一说,还真的像是王千源啊!
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消