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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
1.5倍语速,配上特有语气词“啊”,听起来感觉吼吼玩。。。
这声音怎么会那么小
学完了,请继续奔跑
clear both 清楚浮动
源码文件命名全是乱码,只能自己重命名了
讲得很好啊
从去年开始,可以不考虑兼容IE6,因为微软正式宣布放弃IE6。
.top{width:100%;height:50px;background:#ccc;}
.main{background:red;}
.left{ width:200px;height:500px;background:blue;position: absolute;left:0;top:50px;}
.right{width:100%;height:500px;background:#8FBC8F;margin-left:210px}
.foot{width:100%;height:50px;background:#D2691E;}
讲的好简单啊,没啥重点
我有些好奇有没有人会将视频的播放速度设为2.0X,还是一直听下去。
这个啊太搞了
不错,可以快速学会布局,nice
.top{ height:40px;
background-color:#ccc;
margin:0 auto;
}
.main{ background-color:red;
position:relative;
width: 100%;}
.left{ position: absolute;
top:0;
left:0;
width:200px;
height: 500px;
background-color: blue;
}
.right{ margin-left:206px;
height:500px;
background-color:green;
}
设置width100%和margin-left是关键。
.top{width:100%; height:30px;background:#ccc;}
.main{width:100%;height:400px;background:red;}
.left{ width:200px;height:400px;position:absolute;left:0;top:30;background:blue;}
.right{height:400px;width:100%;margin-left:210px;float:left;top:30;background:green;}
非常非常好
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消