【CSS】屬性書寫順序
1.布局定位屬性:
display(元素類型建議第一個)????position????float(浮動)????clear????visibility????overflow

2.自身屬性:
width????height????margin(外邊距)????padding(內(nèi)邊距)????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


標(biāo)簽: