backgroudnd为缩写属性,语法为:

background: background-color background-image position /background-size background-repeat background-origin background-clip background-attachment inherit;

它蕴含以下属性:

形容CSS版本
background-color规定要应用的背景色彩。1
background-position规定背景图像的地位。1
background-size规定背景图片的尺寸。3
background-repeat规定如何反复背景图像。1
background-origin规定背景图片的定位区域。3
background-clip规定背景的绘制区域。3
background-attachment规定背景图像是否固定或者随着页面的其余部分滚动。1
background-image规定要应用的背景图像。1
inherit规定应该从父元素继承 background 属性的设置。1