//css書寫順序:1.位置資訊position display float overflow clear//css書寫順序:2.大小 width height padding margin border
//css書寫順序:3.文字資訊
//css書寫順序:4.文字資訊 text-align:center;
//css書寫順序:5.背景
//css書寫順序:6.css3屬性
font: normal normal normal 14px/50px roboto; //傾斜,小體大寫字母,加粗,字型大小大小/行高 字型(可寫多個)
CSS 書寫順序
display visibility list style list style type list style position list style image position top right bottom left z index clear float width max width ...
CSS書寫順序
以前一直以為css 沒什麼可優化之處,直到前幾天看到一篇文章,用良好的css書寫習慣來寫css 這樣會提高 的閱讀體驗。css書寫順序 1.位置屬性 position,top,right,z index,display,float,clear等 2.大小 width,height,padding,m...
css樣式中font屬性的簡寫規則
一 字型屬性主要包括下面幾個 font family,font style,font variant,font weight,font size,font font family 字型族 arial times new roman 宋體 黑體 等 font style 字型樣式 normal 正常 ...