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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
老师讲的第一节比较基础,自己还能听懂。
我的才是准确的,包括颜色:
body{color:rgb(250,250,250);}
.top{width:100%; height:50px;background:rgb(204, 204, 204);}

.main{width:100%; height:300px;background:rgb(252, 2, 0);position: relative;}
.left{width:200px;height:300px;background:rgb(0,0,254);position: absolute;top: 0px;left: 0px;}

.right{height:300px;background:rgb(154, 204, 153);margin-left: 210px;}

.foot{width:100%; height:50px;background:rgb(255, 102, 52);}
注意main的代码中margin:0 310 0 210 需在310以及210后加上px,变成margin:0 310px 0 210px才会产生10px的边框以及自适应文字不会覆盖掉文字
江老师和Amy老师是夫妻吧 哈哈哈
.top{width:100%;height:200px;background:#ccc;}
.main{width:100%;height:600px;background:red;}
.left{width:200px;height:600px;background:#00f;position:absolute;left:0;top:200px;}
.right{height:600px;background:#9f9;margin-left:210px;}
.foot{width:100%;height:150px;background:#f60;}
clear:left;clear:right;clear:both
chrome里面显示此margin是无效的属性值。。。。。
奇怪的是中间的文字并不会自动换行,这并不能算是自适应
想找一个敲代码的小哥哥拜师
声音有点小,讲的不错,开头声音有点大了
老师风格稳重!喜欢,讲的很好。不像有些年轻老师讲课和说相声一样
.top{width:100%;height:50px;background:gray;}
.main{width:100%;background:red;height:300px;}
.left{ width:200px;height:300px;background:blue;position:absolute;}
.right{width:100%;margin-left:210px;height:300px;background:green;position:absolute;}
.foot{width:100%;background:orange}
.left{width:200px;height:600px;background-color:blue;position:absolute;top:100px;left:0;}
.right{
height:600px;
background-color:green;
margin-left: 210px;}
代码一position:center;
代码二float:left;
代码3 dloat:right;
代码四float:none;
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消