前端集合 - 关注前端技术和互联网免费资源

关注前端技术和互联网免费资源

分类儿

页面儿

搜索儿

前端集合 RSS订阅
Home » 前端集合 » Mozilla建议的CSS书写顺序

Mozilla建议的CSS书写顺序

发布者:前端集合 // 发布时间:2011-08-07 17:00:30 // 分类:前端集合 // 访问: 4,794 次 // 热度:

摘录下来, 谨记, 以后自己写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
*/

Tags: CSS, Mozilla, CSS书写顺序

利用Sina App Engine搭建WordPress博客及其静态化>>  << CSS3 Transitions 小试牛刀
Top