2020-10-23
- background-color: 背景色
( transparent / color)
- background-image: 背景图
( none / url('./image.jpg'))
- background-repeat: 背景图铺排方式
( repeat / repeat-x / repeat-y / no-repeat )
- background-position: 设置图像的背景图像位置
( x 坐标 | left | center | right 空格 y坐标 | top | center | bottom)
- background-attachment: 背景图像滚动位置
(scroll / fixed)
- background: 设置背景的复合写法
网友评论