标签:color 垂直 width 滚动条 top 边框 back center ima
css背景样式:
background-color 背景色
background-image 背景图
url (背景地址)
默认回水平垂直铺满背景图
background-repeat 平铺方式
repeat-x 水平平铺
repeat-y 垂直平铺
repeat(x,y都进行平铺,默认值)
no-repeat 都不平铺
background-position: 背景位置 x y number|
x: left center right
y:top center bottom
background-attachment 背景图随滚动条的移动方式
scroll (默认值 ) 背景位置按照当前元素进行偏移
fixed 背景位置按照浏览器进行偏移
边框样式:
boder-style: soild(实线)
边框大小:
boder-width
边框颜色
boder-color
边框也可以针对某一边单独设置:boder-left-style:中间为方向:left、right、top、bottom
透明颜色:transparent
标签:color 垂直 width 滚动条 top 边框 back center ima
原文地址:https://www.cnblogs.com/my-rw/p/11625279.html