4. CSS 背景

2020-10-23

  1. background-color: 背景色 ( transparent / color)
  2. background-image: 背景图 ( none / url('./image.jpg'))
  3. background-repeat: 背景图铺排方式 ( repeat / repeat-x / repeat-y / no-repeat )
  4. background-position: 设置图像的背景图像位置 ( x 坐标 | left | center | right 空格 y坐标 | top | center | bottom)
  5. background-attachment: 背景图像滚动位置 (scroll / fixed)
  6. background: 设置背景的复合写法

你可能感兴趣的:(4. CSS 背景)