1 | CSS书写顺序 |
1 | .declaration-order { |
| 显示属性 | 自身属性 | 文本属性和其他修饰 |
|---|---|---|
| display | width | font |
| visibility | height | text-align |
| position | margin | text-decoration |
| float | padding | vertical-align |
| clear | border | white-space |
| list-style | overflow | color |
| top | min-width | background |
组织项目文件目录结构 – 非常规文件
- robots.txt
- favicon.ico
- humans.txt
- .editorconfig
- .gitignore
- LICENSE.txt
- README.md
- CHANGLOG.md