美文网首页
css复合属性写法顺序

css复合属性写法顺序

作者: pluskok | 来源:发表于2021-01-04 11:48 被阅读0次
    布局定位属性–自身属性–文本属性–其他.
    display || visibility
    position
    top || right || bottom || left
    z-index
    clear
    float
    
    width
    max-width || min-width
    height
    max-height || min-height
    overflow
    margin
    padding
    outline
    border
    background
    color
    
    font : font-style || font-weight || font-size || line-height || font-family
    text-align
    text-indent
    line-height
    white-space
    vertical-align
    cursor
    

    font

    font-style font-variant font-weight font-size/line-height font-family
    

    相关文章

      网友评论

          本文标题:css复合属性写法顺序

          本文链接:https://www.haomeiwen.com/subject/yfzmoktx.html