【CSS】属性书写顺序

1.布局定位属性:

display(元素类型建议第一个)    

position    float(浮动)    

clear    

visibility    

overflow



2.自身属性:

width    

height    

margin(外边距)    

padding(内边距)   

border(边框)    

background



3.文本属性:

color    

font(字体)    

text-decoration(文本修饰,none清下划线)    

text-align(文本对齐)    

vertical-align    

white-space    

break-word



4.其他属性(CSS3):

content    

cursor    

border-radius(圆角边框,半径)    

box-shadow    

text-shadow

background:liner-gradient


【CSS】属性书写顺序_第1张图片

 

你可能感兴趣的:(前端,css,前端)