2012年9月18日星期二

【规范】♣CSS书写顺序

【规范】♣CSS书写顺序

显示属性
display
list-style
position
* top,right,bottom,left
* z-index
float
clear

自身属性
width
height
* overflow
* zoom
margin
padding
border
background

文本属性
color
font
text-decoration
* text-indent
text-align
vertical-align
* line-height
white-space
content


Mozilla建议的CSS书写顺序
http://forest.blogbus.com/logs/1970257.html


TAG: