2019年1月14日 星期一

[Back To Basic] css - 背景(background)

設定背景

  • 顏色色塊 background-color: color;
  • 圖片 background-image: url("路徑/圖片名稱.副檔名");
    • 預設重複顯示圖片直到補滿垂直和水平空間
    • 背景圖片如何重複 background-repeat: repeat-x / repeat-y / no-repeat
    • 背景圖片顯示位置 background-position: right top
    • 背景圖片和卷軸的關係 background-attachment: fixed
    • 可用速寫方式將上述屬性整合在一行(shorthand property),順序如下,任一個屬性皆可省略

相關屬性(attributes)

background-color
background-image
background-repeat
background-attachment
background-position

簡寫: background: #ffffff url("img_tree.png") no-repeat right top;

沒有留言:

張貼留言