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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
.top{height:200px;background:#CCCCCC;}
.main{height:600px;background:red;position:relative;}
.left{width:200px;height:600px;background:#0000FE;position:absolute;top:0px;left:0px;}
.right{height:600px;background:#9ACC99;margin-left:210px;}
.foot{height:200px;background:#FF6634}
.top{width:960px;margin:0 auto;background:#ccc;}
.main{width:960px;margin:0 auto;}
.left{float:left;width:297px;background:blue;border-right:3px solid red;height:500px;}
.right{float:right;width:660px;background:green;height:500px;}
.foot{width:960px;height:50px;margin:0 auto;background:#123;}
.top{height:100px;background:grey}
.main{width:1000px;height:600px;background:#ed1c24;margin:0 auto}
.left{width:300px;height:600px;background:blue;float:left}
.right{width:690px;height:600px;background:#3cb878;float:right;}
.foot{height:50px;background:#c88614;}
.left{ width:200px; height:600px; background:#ccc; position:absolute; left:0; top:0}
.main{ height:600px; background:#9CF;margin:0 310px 0 210px}
.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
说实话,在观看的基本上都是新手,页面处理的要明显点,比如刚才说到吗父级main,现在是做页面效果,应该加个border,更加形象,两列显示在里面。我就是说说自己观点,勿喷。慕课网我一直很支持的,加油。
.top{height:200px;background:orange;}
.main{height:600px;background:#f2f2f2;}
.left{height:600px;width:200px;background:blue;float:left;}
.right{height:600px;background:green;float:right;}
.foot{background:purple;}
状态三种,块挨着块,块包含着块,块叠加着块
只说要浮动,为什么不浮动布局效果就乱了?
想要中间有空隙可以把.main里的width改大一点 因为蓝色和粉色的大小已经挤满了 所以没有空隙 只有改大main才可以有空隙
过于简单了
不错,挺不错
.top{width:100%;height:20vh;background:gray;}
.main{width:100%;background:red;display:flex;flex-direction:row-reverse;}
.left{width:200px;height:70vh;background:blue}
.right{width:100%;height:70vh;background:green;margin-left:10px;}
.foot{height:10vh;width:100%;background:orange;}
.left{ width:200px; height:600px; background:#ccc; position:absolute; left:0; top:0}
.main{ height:600px; margin-left:210px;margin-right:310px; background:#9CF}
.right{ height:600px; width:300px; position:absolute; top:0;right:0; background:#FCC;}
效果一样的,但不知道main算不算水平居中,看上去没毛病
改变运行 37 38代码顺序再做。这里好像错了
慕课给的代码错了 不设置定位 left会被挤下去
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消