CSS建議書寫順序

264824_2111938607841_6489188_n

書寫CSS的時候,就算順序不照順序,大多都還是能正常顯示,不過有時候也會遇到鬼打牆的情況,我剛開始練習的時候也遇過好幾次,後來就知道如果照著一些順序來寫,就比較可以避免這些情況發生了。

顯示屬性:
display
list-style
position
float
clear

自身屬性:
width
height
margin
padding
border
background

文字屬性:
color
font
text-decoration
text-align
vertical-align
white-space
other text
content

連結屬性:
a:link
a:visited
a:hover
a:active

留言