CSS属性书写顺序


建议遵循以下顺序:

1.布局定位属性:display  position  float  clear  visibility  overflow(建议display第一个写,毕竟关系到模式)

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

3.文本属性:color  font  text-decoration  text-align  vertical-align  white-space  break-word

4.其他属性(CSS3):content  cursor  border-radius  box-shadow  text-shadow  background:linear-gradient…

原创文章,作者:506227337,如若转载,请注明出处:https://blog.ytso.com/276720.html

(0)
上一篇 2022年7月24日
下一篇 2022年7月24日

相关推荐

发表回复

登录后才能评论