css书写顺序

  1. .css {
    // 显示属性
    display
    :
    position:
    float:
    clear
    ;
    cursor
    :

    // 盒模型
    width:
    height:
    margin:
    padding:

    // 文字
    color:
    font:
    content:
    text-align:
    text-decoration:
    white-space:
    vertical-align:

    // 边框和背景(容易修改)
    border:
    background:
    }
posted @ 2011-03-01 12:31  ice_nemo  阅读(105)  评论(0编辑  收藏  举报