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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
  • 左侧宽度为200px,右侧宽度自适应: .left{width:200px;height:500px;position:absolute;top:100px;left:0;background:blue;} .right{height:500px;margin-left:210px;background:#9c9;}
    查看全部
    1 采集 收起 来源:编程挑战

    2016-03-17

  • 完成顶部(top)、底部(foot)宽度自适应 .top{width:100%} .foot{width:100%}
    查看全部
    0 采集 收起 来源:编程挑战

    2016-03-17

  • 清除浮动 clear:both;
    查看全部
    0 采集 收起 来源:实践题

    2016-03-17

  • 让元素脱离文档流:浮动(float)和 绝对定位(position:absolute)
    查看全部
    0 采集 收起 来源:评测题目

    2016-03-17

  • 网页布局分为:一列布局,两列布局,三列布局,使用的最多的是混合布局。
    查看全部
    0 采集 收起 来源:内容简介

    2016-03-17

  • margin后面如果只有两个参数的话,第一个表示top和bottom,第二个表示left和right 因为0 auto,表示上下边界为0,左右则根据宽度自适应相同值(即居中)
    查看全部
    0 采集 收起 来源:一列布局

    2016-03-16

  • position:absolute
    查看全部
    0 采集 收起 来源:编程挑战

    2016-03-16

  • float&&position:absolute
    查看全部
    0 采集 收起 来源:评测题目

    2018-03-22

  • clear:both
    查看全部
    0 采集 收起 来源:实践题

    2016-03-16

  • 用position的relative和absolute来定位就可以了!
    查看全部
    0 采集 收起 来源:编程挑战

    2016-03-16

  • body{ margin:0; padding:0; font-size:30px; font-weight:bold} div{ text-align:center; line-height:50px} .top{ height:100px;background:#9CF} .head,.main{ width:960px; margin:0 auto;} .head{ height:100px; background:#F90} .left{ width:220px; height:600px; background:#ccc; float:left;} .right{ width:740px; height:600px;background:#FCC; float:right} .r_sub_left{ width:540px; height:600px; background:#9C3; float:left} .r_sub_right{ width:200px; height:600px; background:#9FC; float:right;} .footer{ height:50px; background:#9F9; clear:both;}
    查看全部
    0 采集 收起 来源:实践题

    2016-03-16

  • body{ margin:0; padding:0; font-size:30px} div{ text-align:center; font-weight:bold} .main,.footer{ width:960px;margin:0 auto;} .head{ width:100%; height:100px; background:#ccc} .main{ height:600px; background:#FCC;} .footer{ height:50px; background:#9CF}
    查看全部
    0 采集 收起 来源:编程练习

    2016-03-16

  • body{ margin:0; padding:0; font-size:30px; font-weight:bold} div{ text-align:center; line-height:50px} .main{ width:960px; height:600px; margin:0 auto} .left{ width:300px; height:600px; background:#ccc; float:left;}/*左浮动样式*/ .right{ width:560px; height:600px; background:#FCC; float:right;}/*右浮动样式*/
    查看全部
    0 采集 收起 来源:编程练习

    2016-03-16

  • body{ margin:0; padding:0; font-size:30px; font-weight:bold} div{ line-height:50px} .left{ width:200px; height:600px; background:#ccc; position:absolute; left:0; top:0} .main{ height:600px; margin:0px 300px 0px 200px; background:#9CF} .right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
    查看全部
    0 采集 收起 来源:编程练习

    2016-03-16

  • .main margin:0 auto 水平居中
    查看全部
    0 采集 收起 来源:编程练习

    2016-03-16

举报

0/150
提交
取消
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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