w3pop.com :: 网络学院 :: CSS :: CSS background-image属性
The background-image property sets an image as the background.
使用background-image属性可以将图片设置成为背景
Tip: Always set a background-color to be used if the image is unavailable.
提示:务必设置一个背景颜色,防止图片无效
继承性: 无
|
body |
| 值 | 描述 |
|---|---|
| url | The path to an image 图片的路径 |
| none | No background image 没有背景图片 |
评论 (0)
All