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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
太适合我这种小白看了!!!谢谢老师!
中间也要用绝对定位,否侧会有空隙。
.top{height: 100px;background:#cccccc;}
.main{background:red;height:600px;position:relative;}
.left{ width: 200px;height:600px;background:blue;position:absolute;}
.right{width:100%;height: 600px; position: absolute;left:210px;top:0;background:#9acc99;}
.foot{background:#F63;width: 100%;height:50px;}
声音有点小~~~~~
.top{ height:100px; background:#ccc;}
.main{ height:600px;background:red;position:relative;}
.left{width:200px; height:600px;background:blue;position:absolute; left:0;top:0; }
.right{height:600px;margin-left:220px;background:#fcc; }
.foot{ height:100px;background:#999000;}
标准答案:
.top{background:#ccc;height:70px;}
.main{background:red;height:300px;position:relative;}
.left{background:blue;height:300px;position:absolute;top:0;width:200px;}
.right{background:#9C9;height:300px;margin-left:210px;}
.foot{background:#F63;}
为啥我学不进去
.top{width:100%;height:200px;background:gray;}
.main{width:100%;height:800px;background:red;margin:0 auto;position:relative;}
.left{position:absolute;top:0;left:0;width:290px;height:800px;background:blue;}
.right{margin-left:300px;height:800px;background:olive;}
.top{width:100%; height:200px; background-color:grey;}
.main{width:100% height:600px; background-color:red;}
.left{width:200px; height:600px; background-color:blue; float:left;}
.right{height:600px; background-color:green; margin-left:210px;}
.foot{width:100%; height:100px; background-color:yellow;}
.top{width:100%;background:gray;}
.main{width:100%;height:600px; background:red;}
.left{width:200px;height:600px;background:blue;;position:absolute;}
.right{margin:0 0 0 210px; width:100%;height:600px;background:green;;position:absolute;}
.foot{width:100%;background:yellow;}
任务1position:absolutely;任务2margin:0 310px 0 210px;任务3right:0;
.top{height:100px;background:gray;}
.main{height:400px;background:red;}
.left{ width:200px; height:400px; float:left;background:blue;}
.right{height:400px;position:absolute;left:210px; top:100px;width:100%;background:green;}
.foot{background:orange;}
.top{height:50px;background:#ccc;}
.main{height:600px;background:red;}
.left{width:200px;height:600px;position:absolute; left:0;background:blue;}
.right{height:600px;position:absolute; right:0;left:210px; background:#9acc99;}
.foot{background:#ff6634;width:100%; height:50px;}
这课讲得挺好,布局思想
强烈建议出响应式布局的这种课程
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消