推荐的 CSS 书写顺序
在一个前端技术很牛的BLOG里找来的。的确很牛,对技术要求到了这种境界,不得不服!
显示属性
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
其实也并非必须如此照此书写顺序,只是养成良好书写习惯,对自己还是有好处啊!在前进的道路中不断美化自己的东西。
标签:CSS