レイアウトのプロパティ

870 ワード

1、レイアウト属性:
        float(  ):left/right/none;
            :(          )
            clear:left/right/both;
        
                         ,
        
        (nth-child(           ))

2、よくあるバグ:
           
         padding:0.1px;
     header h1     :text-indent:-9999px;
                    2.font-size:0px;
                    #header h1 a{
                        width:
                        height:
                        display:block;
                    }

3、フィレットの作成:
border-radius:20px;           ,       
                                  

4、ナビゲーションの方法:
.nav li{
    float:left;
    width:72px;
    text-align:center;
    line-height:(        )
}
.nav li a{
    display:block;
    height:
    width:
    color:
    background:
}

5、住所ラベル: