background: 简写属性在一个声明中设置所有的背景属性。
例子:
background: #00FF00 url(bgimage.gif) no-repeat fixed top;
可以设置如下属性:
- background-color
- background-position
- background-size
- background-repeat
- background-origin
- background-clip (fixed, scroll)
- background-attachment
- background-image
时间: 2024-10-03 23:02:04