background的合并合并书写方式

background: [background-color]       背景颜色
            [background-image]               背景图像
            [background-repeat]               规定图像重复
            [background-attachment]      规定滚动方式
            [background-position] / [ background-size]     背景图像的定位和尺寸
            [background-origin]                定位区域
            [background-clip];                    绘制区域


例子:
 
  
background:#5f5d5d
             url("../images/onePageBG.jpg")
             no-repeat
             fixed
             0% 0%/100% 100%;

你可能感兴趣的:(CSS)