Version: Next

背景图与渐变

背景

  • 边框

border: 1px solid red

  • 背景图

background-image: url("")

  • 平铺设置

background-repeat: none

  • 背景:颜色+图片 颜色 图片路径 x坐标 y坐标 不平铺

background: red url("") 200px 100px no-repeat

渐变

Grabient在线渐变图制作

image-20200506182309488