css书写顺序 css位置属性、自身属性等

发布时间:2020-09-08编辑:脚本学堂
本文介绍了css书写顺序,有关css位置属性、自身属性、文字系列的书写顺序,有需要的朋友参考下。

以下内容为css属性的书写顺序:

1,位置属性(display, float, position, top, right, z-index, visibility,clear,list-style等)

2,自身属性(width, height,line-height, margin, padding, border, overflow, min-width等)

3,文字系列(font, color, text-align, text-decoration, vertical-align, white-space, letter-spacing, background 等)

如果要使用浏览器的私有属性,那它们就放在最前面。