最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Mozilla建议的CSS书写顺序
时间:2022-07-02 13:09:35 编辑:袖梨 来源:一聚教程网
/* mozilla.org Base Styles
* maintained by fantasai
* (classes defined in the Markup Guide - http://m*ozil*la.or*g/contribute/writing/markup)
*/
/* Suggested order:
//显示属性
* display
* list-style
* position
* float
* clear
//自身属性
* width
* height
* margin
* padding
* border
* background
//文本属性
* color
* font
* text-decoration
* text-align
* vertical-align
* white-space
* other text
* content
*
*/
* maintained by fantasai
* (classes defined in the Markup Guide - http://m*ozil*la.or*g/contribute/writing/markup)
*/
/* Suggested order:
//显示属性
* display
* list-style
* position
* float
* clear
//自身属性
* width
* height
* margin
* padding
* border
* background
//文本属性
* color
* font
* text-decoration
* text-align
* vertical-align
* white-space
* other text
* content
*
*/
相关文章
- WPF框架Prism中5iewInjection用法介绍 09-16
- WPF框架Prism中模块Module用法 09-16
- WPF框架之Prism介绍 09-16
- ASP.NET Core命令行界面CLI用法 09-16
- ASP.NETCore基础之异常中间件 09-16
- ASP.NET Core中的wwwroot文件夹 09-16