背景属性
背景颜色 backgroundcolor
背景图片background‐image:url(图片路径)
背景重复background‐repeat:repeat‐x|repeat‐y|no‐repeat;
背景位置 background‐position:x y; /*xy分别代表x轴位置和y轴位置*/ 横向(left,center,right); 纵向(top,center,bottom );
背景滚动background-attachment
scroll:背景图像会随着页面其余部分的滚动而移动
fixed:当页面的其余部分滚动时,背景图像不会移动
inherit:规定应该从父元素继承 background-attachment 属性的设置
背景简写:无顺序