2005/1/14
CSS属性的建议顺序
出处Mozilla,可以参看Mozilla.org网站上随意一个css
不得不承认这是一个好的规范,而且有必要
/* 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
*
*/
(转)CSS属性的建议顺序
最新推荐文章于 2025-08-20 09:55:18 发布