2018-12-25 项目布局

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>首页</title>
    <style type="text/css">
        *{
            padding: 0;
            margin: 0;
        }
        .d1{
            width: 1523px;
            height: 80px;
            background-color: #789;
        }
        .d2{
            width: 1523px;
            height: 20px;
            background-color: #000; 
        }
        .d3{
            width: 1523px;
            height: 150px;
            background-color: green;    
        }
        .d4{
            width: 1090px;
            height: 150px;
            background-color: yellow;
            margin: 0 auto; 
        }
        .d6{
            width: 1090px;
            height: 41px;
            background-color: red;
            margin: 0 auto; 
        }
         .d7{
            width: 1523px;
            height: 500px;
            background-color: pink;
        }
        
        .d8{
            width: 1523px;
            height: 30px;
            background-color: black;    
        }
        .d9{
            width: 1090px;
            height: 300px;
            background-color: green;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .d10{
            width: 1090px;
            height: 300px;
            background-color: black;
            margin: 0 auto;
            margin-top: 30px;
            margin-bottom: 30px;
        }

</head>
<body>
    <div class="d1"></div>
    <div class="d2"></div>
    <div class="d3">
        <div class="d4"></div>
    <div class="d5">
        <div class="d6">
    <div class="d7"></div>
    <div class="d8"></div>
    <div class="d9"></div>
    <hr></hr>
    <div class="d10"></div>
...
</body>
</html>
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容