CSS背景常用属性

background-color: transparent 透明背景
color值
background-image: none 没有背景图,默认
url(图片地址)
background-repeat: repeat 纵向和横向平铺,默认
no-repeat 不平铺
repeat-x 沿着x轴横向平铺
repeat-y 沿着y轴纵向平铺
background-position: left right top center 多个值的效果和顺序无关
x值 y值
精确值 方位词混合 第一个值是x坐标,第二个值是y坐标
background-attachment: scroll 背景图像随着对象内容滚动
fixed 背景图像固定

背景属性复合写法:

background:背景颜色 背景图片地址 背景平铺方式 背景图像滚动 背景图片位置

上一篇:libuv计时器


下一篇:css设置四角边框