常见的网页布局

<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <title>啥也不是</title>
    <style>
      *{
   
          margin: 0;
          padding: 0;
      }
      li{
   
          list-style: none;
      }
      .top{
   
          height: 50px;
          background-color: gray;
      }
      .banner{
   
          width: 980px;
          height: 150px;
          background-color: gray;
          margin: 10px auto;
      }
      .box{
   
          width:980px;
          margin: 0 auto;
          height: 300px;
        }
        .box li{
   
            float: left;
            width: 237px;
            height: 300px;
            background-color: gray;
            margin-right: 10px;
        }
        .box .last{
   
            margin-right: 0px;
        }
        /* 只要是通栏的盒子(和浏览器一样宽)不需要指定宽度 */
        .footer{
   
            height: 200px;
            background-color: gray;
            margin-top: 10px;
        }
    </style>
</head>
<body>
    <div class="top"></div>
    <div class="banner"></div>
    <div class="box">
        <ul>
            <li></li>
            <li></li>
            <li></li>
            <li class="last"></li>
        </ul>
    </div>
    <div class="footer"></div>
</body>
</html>
全部评论

相关推荐

秋招投简历提醒助手:个人经验是,一般面二十场左右就会进入侃侃而谈阶段。我今年七月末的时候开始的第一次面试,都是很多不会,回复很慢。后面慢慢迭代,到九月中的时候基本上面啥说啥,很放松的状态
远程面试的尴尬瞬间
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
10-31 14:37
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务