css 背景相关的属性
背景颜色:background-color
背景图片:background-image 需要设置图片的url地址
图片重复:background-repeat
在水平和垂直两个方向复制:repeat
不复制:no-repeat
水平方向垂直:repeat-x
垂直方向复制:repeat-y
也可以将这一组属性值封装到一个属性background中,书写顺序:背景颜色,背景图片,重复方式,位置
背景颜色:background-color
背景图片:background-image 需要设置图片的url地址
图片重复:background-repeat
在水平和垂直两个方向复制:repeat
不复制:no-repeat
水平方向垂直:repeat-x
垂直方向复制:repeat-y
也可以将这一组属性值封装到一个属性background中,书写顺序:背景颜色,背景图片,重复方式,位置