代码改变世界

css 常用书写顺序

2009-06-15 12:34  蜡笔小旧  阅读(165)  评论(0)    收藏  举报
//显示属性
* display
* list-style
* position
* float
* clear 

//自身属性whmpbb
* width
* height
* margin
* padding
* border
* background 

//文本属性
* color
* font
* text-decoration
* text-align
* vertical-align
* white-space
* other text
* content
*/