2019-08-27 |

background-image属性

背景图像不仅可以设置整个页面,还可以设置为单个元素。 下面我们为

元素设置背景图像。

html

<p>此段落有背景图片。</p>

css

p {
   padding: 30px;
   background-image: url("green_photo.jpg");
   color: white;   
}
要指定多个图像,只需使用 逗号分隔 URL即可

0

发表评论

    评价:
    验证码: 点击我更换图片
    最新评论