我的CSS代码书写顺序
作者:kekaku 日期:2009-07-02
养成良好的代码习惯很重要,阅读、查找、修改都会变的很方便,CSS代码也会更加的清晰规范。
我的CSS代码书写顺序:
一、显示属性
* 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代码书写顺序:
一、显示属性
* 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
评论: 0 | 引用: 0 | 查看次数: -
发表评论
上一篇
下一篇

文章来自:
Tags: