CSS 17. background image and color
認識 background 原理及應用:
- 有兩個 h1 隊名範例:
- 導入
background-color
屬性:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
background-image / 在網頁上導入背景圖片:
- background-image:
- 1-2. 使用絕對位置,查找圖片的網址, copy url 即可:
- background-size:
- 再導入圖片時會發現,有些圖片可能因為大小的關係,會重複出現在網頁上:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
- 解決 repeat 的方式:
- background-repeat設定:
no-repeat
:
- background-position:
- 可透過 MDN 瀏覽各種更改 **background-position **作法