现在的位置: 首页 > 综合 > 正文

CSS中属性的书写顺序

2018年05月15日 ⁄ 综合 ⁄ 共 297字 ⁄ 字号 评论关闭
文章目录

传说中的Mozilla推荐

/* mozilla.org Base Styles
 * maintained by fantasai
 */
/* 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
 *
 */
...

来源:http://www.mozilla.org/css/base/content.css

抱歉!评论已关闭.