美文网首页程序员
根据属性的重要性书写 CSS

根据属性的重要性书写 CSS

作者: 老邵 | 来源:发表于2018-06-13 14:55 被阅读16次

    1.显示属性

    • display
    • visibility
    • position
    • float
    • clear
    • list-style
    • top
    • left

    2.自身属性

    • width
    • height
    • margin
    • padding
    • border
    • overflow
    • min-width

    3.文本属性和其他修饰属性

    • font
    • text-align
    • text-decoration
    • vertical-align
    • white-space
    • color
    • background
    捕获

    相关文章

      网友评论

        本文标题:根据属性的重要性书写 CSS

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