一聚教程网:一个值得你收藏的教程网站

热门教程

Mozilla建议的CSS书写顺序

时间:2022-07-02 13:09:35 编辑:袖梨 来源:一聚教程网

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

热门栏目