CSS系列 (01):属性书写分类-个人向

以前写CSS属性,想到哪个写哪个,眼花缭乱,没有一点顺序可言,强迫症患者真的会死星人
某天调试bug的时候看到了谷歌浏览器的属性分类,大体分为以下几类,学会它,保你走上人生巅峰

# Layout
    box-sizing
    display 
    position 
    width
    height
    margin
    padding
    top
    left
    z-index
    overflow-x
    
# Text
    font-family 
    font-size 
    text-align
    text-indent
    line-height
    white-space
    letter-spacing

# Appearance
    color
    border
    background
    box-shadow
    cursor

# Animation
    transition
    transform

# Other
    ...
人间不正经生活手册
原文地址:https://www.cnblogs.com/burc/p/14181059.html