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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
知道了网页布局,谢谢江老师讲解
声音也太小了吧。我都开平时声音的2倍了还是很小
.main{width: 100%; height: 500px; background:red; position:relative;}
.left{width: 200px; height: 100%; background: blue; position: absolute; top: 0;}
.right{height: 100%; background: #AED581; margin-left:210px;}
.foot{width: 100%; height: 50px; background:#ff8040;}
老师讲得非常好
给老师点赞
.right{margin-left:210px;width:100%;height:300px;background:green;position:absolute;}
里面margin-left就是margin:0 0 0 210px
.top{height:100px;background:grey}
.main{height:800px;margin:0px;background:red;}
.left{width:20%;height:800px;float:left;background:blue}
.right{width:79%;height:800px;float:right;background:green}
.foot{height:100px;background:orange;}
参考答案应该达不到要求的效果吧,div默认是块级元素,上下排列,使用浮动或者定位才能使其左右排列哦。
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{ width:100%, height:300px; background:gray;}
.main{background:red; height:900px;}
.left{ width:29%;height:700px;background:blue; float:left;}
.right{width:70%;height:700px;background:green;float:right;}
.foot{background:orange; clear:both;}
.top{height: 100px;background: #ccc;}
.main{height: 500px;width:100%;background:red;}
.left{ height:500px; width: 20%;background: blue;float:left}
.right{height: 500px;width:78% ;background: greenyellow;float: right;}
.foot{height:50px;background: orangered;}
声音好小啊
很好 感谢^ω^老师
css的学习必须仔细加耐心。建议先将单独的元素情况都实现一遍,不然后面出现多个元素的时候就容易思路不清除。接着就是拿psd图来实现,我第一个psd图花了我12个小时。
.top{width:800px; height:80px; background:#ccc;margin:0 auto;}
.main{width:800px;height:500px;background:red;margin:0 auto;}
.left{ width:200px;height:500px;background:blue;float:left;}
.right{width:590px;height:500px;background:pink;float:right;}
受教了,不错不错。
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消