CSS 背景圖片
background-img 圖片嵌入當背景,來源為儲存在電腦的相對路徑,或為網路上的網路圖片 ex: h1{ background-imge:url('http://website.com/img/background.jpg'); } h1{ background-imge:url('images/background.jpg'); } background-color ex: h1{ background-color:green;} background-repeat repeat:原格式重複填滿整個版面 repeat-x:僅X軸方向重複 repeat-y:僅Y軸方向重複 no-repeat:沒有重複 background-position 背景圖片在版面中的位置 top/bottom/left/center 他也可能是百分比%、長度或是XY相結合 background-position: bottom left; background background相關屬性都可以集結成background裡面