Skip to content

Instantly share code, notes, and snippets.

@js2me
Created November 11, 2019 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save js2me/dcd1fe6c464af9bcfb025491a41a20a5 to your computer and use it in GitHub Desktop.
Save js2me/dcd1fe6c464af9bcfb025491a41a20a5 to your computer and use it in GitHub Desktop.
Point background
.background {
background-image: radial-gradient(#D7D7D7 1px, transparent 1px), radial-gradient(#ffc6c6 1px, transparent 1px);
background-position: 0 0, 25px 25px;
background-size: 50px 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment