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裡面



留言

這個網誌中的熱門文章

RWD響應設計--要點介紹

教你寫出神企劃:三星、首爾大學都在用的企劃力培養法--重點摘要

sketch基本操作