Mozilla建议的CSS书写顺序

来源:互联网 发布:淘宝一元东西包邮 编辑:程序博客网 时间:2024/06/01 15:16

/* 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
*
*/