【CSS 属性书写顺序】在 CSS 属性的书写过程中,建议遵循以下顺序:
1、布局定位属性
- dispaly
- position
- float
- clear
- visibility
- overflow
- width
- height
- margin
- padding
- border
- background
- color
- font
- text-decoration
- text-align
- vertical-align
- white-space
- break-word
- content
- cursor
- border-radius
- box-shadow
- text-shadow
- background:linear-gradient 等
推荐阅读
- CSS 初始化
- 使用tailwind在谷歌浏览器上,button会出现蓝色背景的问题
- 用 CSS 画三角形
- CSS 的一些技巧
- 元素的显示与隐藏
- 如何让定位的盒子居中
- CSS 基础选择器
- ApiPost使用技巧
- 英文不换行的问题