在 CSS 属性的书写过程中,建议遵循以下顺序:
1、布局定位属性
- dispaly
- position
- float
- clear
- visibility
- overflow
2、自身属性
- width
- height
- margin
- padding
- border
- background
3、文本属性
- color
- font
- text-decoration
- text-align
- vertical-align
- white-space
- break-word
4、其他属性(CSS 3)
- content
- cursor
- border-radius
- box-shadow
- text-shadow
- background:linear-gradient 等
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。