CSS编写顺序

来源:互联网 发布:淘宝注册资金可以退吗 编辑:程序博客网 时间:2024/05/21 19:50
 样式表的属性编写技巧
//显示属性  
display  
list-style  
position  
float  
clear  
  
//自身属性  
width  
height  
margin  
padding  
border  
background  
  
//文本属性  
color  
font  
text-decoration  
text-align  
vertical-align  
whitewhite-space  
other text  
content    

据说这样编写可以提高样式的执行效率,希望对大家都有所帮助