css书写规范

CSS和CSS3书写规范

   按照下面顺序来书写css代码。

显示属性: display , list-style , position , float , clear , overflow ..

自身属性: width , height , margin , padding , border , background ..

文字属性: color , font , text-decoration , text-align , vertical-align ..

其他: z-index , zoom ..

你可能感兴趣的:(css书写规范)