从下面是 mozilla 建议的CSS属性书写顺序
(mozilla 即mozilla基金会,是为支持和领导开源的Mozilla项目而设立的一个非营利组织。推出了著名的火狐/firefox浏览器)
/* mozilla.org Base Styles
* maintained by fantasai
* (classes defined in the Markup Guide - http://mozilla.org/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
*
*/
发表评论