Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 259 Bytes

mdn-background-1.md

File metadata and controls

15 lines (11 loc) · 259 Bytes
.box {
  background:
    linear-gradient(
        105deg,
        rgb(255 255 255 / 20%) 39%,
        rgb(51 56 57 / 100%) 96%
      )           center center / 400px 200px no-repeat,    url(big-star.png) center no-repeat,
    rebeccapurple;
}