习惯使用的CSS书写顺序

1.位置属性

  • position, top, left,
  • z-index
  • display
  • float等

2.大小

  • width, height
  • padding, margin等

3.文字系列

  • font,
  • line-height,
  • letter-spacing,
  • color
  • text-align等

4.背景

  • background
  • border等

5.其他

  • animation
  • transition等

Guess you like

Origin blog.csdn.net/qq_39706777/article/details/120290778