以下内容来自W3School
在一个声明中设置所有背景属性:
css选择器
{
background: background
-color background
-image
background
-repeat background
-attachment background
-position;
}
举例:
body
{
background: #ff0000 url(/i/test.gif) no-repeat fixed center;
}
转载请注明原文地址: https://ju.6miu.com/read-1309285.html