zoukankan      html  css  js  c++  java
  • 前端联系1

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Document</title>
    </head>
    <style>
        .box{
            height: 300px;
              500px;
        }
        .left{
            height: 300px;
            300px;
            float: left;
    
        }
        .right{
            height:300px;
            180px;
            margin-left: 20px;
            float: left;
        }
        .right div{
            180px;
        
            height: 90px;
            background-color: red;
        }
        .left .head{
            height: 200px;
            300px;    
            background-color: blue;    
        }
        .left .bottom{
            margin-top: 20px;
            height: 80px;
            300px;    
    
        }
        .bottom .left{
            height: 80px;
            145px;    
            background-color: red;
        }
        .bottom .right{
            margin-left: 10px;
            height: 80px;
            145px;
            background-color: black;    
        }
    </style>
    <body>
        <div class="box">
            <div class="left">
                <div class="head">
    
                </div>
    
                <div class="bottom">
                    <div class="left">
    
                    </div>
    
                    <div class="right">
    
                    </div>                
                </div>
            </div>
    
            <div class="right">
                <div style="margin-bottom:15px;">
    
                </div>
    
                <div style="margin-bottom:15px;">
    
                </div>
    
                <div>
    
                </div>            
            </div>
        </div>
    </body>
    </html>
  • 相关阅读:
    km算法
    HDU 1358
    HDU 3746
    CF 432D
    HDU 4725
    14年百度之星资格赛第四题
    AC自动机
    RMQ
    HDU 4635
    HDU 3667
  • 原文地址:https://www.cnblogs.com/cl94/p/10295679.html
Copyright © 2011-2022 走看看