編碼的世界 / 優質文選 / 生涯

css3之background簡寫


2021年7月05日
-   

background:#f00 url(background.gif) no-repeat fixed 0 0/50px 50px;

CSS3新添加了background的幾個屬性 簡寫順序如下: background:color img_url repeat attachment position / size
其中position的寫法注意:語義描述時是top left,數值描述時是x-pos y-pos,兩種順序相反 size的寫法:width height 連寫時它們用左斜杠間隔

熱門文章