以下内容来自W3School
在一个声明中设置所有背景属性:
css选择器
{
background: background-color background-image
background-repeat background-attachment background-position;
}
举例:
body
{
background: #ff0000 url(/i/test.gif) no-repeat fixed center;
}
以下内容来自W3School
在一个声明中设置所有背景属性:
css选择器
{
background: background-color background-image
background-repeat background-attachment background-position;
}
举例:
body
{
background: #ff0000 url(/i/test.gif) no-repeat fixed center;
}