目录
背景颜色
background-color
背景图像
background-image
background-image:url(图片路径);
背景定位
background-position
背景样式简写
background:#C00 url(../image/arrow-down.gif) 205px 10px no-repeat;
背景尺寸
background-size
渐变属性
linear-gradient ( position, color1, color2,…)