Skip to content

Instantly share code, notes, and snippets.

@honkinglin
Created May 21, 2020 01:25
Show Gist options
  • Save honkinglin/dcd76ca0108a74ab74be485a7deb49c0 to your computer and use it in GitHub Desktop.
Save honkinglin/dcd76ca0108a74ab74be485a7deb49c0 to your computer and use it in GitHub Desktop.
Collect awesome background css.
body {
background: linear-gradient(#df725d, #cc4b51, #7f4855, #463e50, #233e51);
}
@honkinglin
Copy link
Author

透明背景花纹特效

.canvas {
    background-color: #eee;
    background-image: linear-gradient(45deg,#bbb 25%,transparent 0),linear-gradient(45deg,transparent 75%,#bbb 0),linear-gradient(45deg,#bbb 25%,transparent 0),linear-gradient(45deg,transparent 75%,#bbb 0);
    background-size: 30px 30px;
    background-position: 0 0,15px 15px,15px 15px,0 0;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment