Skip to content

Instantly share code, notes, and snippets.

@hibangun
Created January 10, 2020 03:36
Show Gist options
  • Save hibangun/862adbd559115abc3c91233cd7ac874f to your computer and use it in GitHub Desktop.
Save hibangun/862adbd559115abc3c91233cd7ac874f to your computer and use it in GitHub Desktop.
Polkadot Background CSS
body {
background-image: radial-gradient(#ddd 1px,transparent 1px), radial-gradient(#ddd 1px,transparent 1px);
background-position: 0 0, 25px 25px;
background-size: 50px 50px;
background-attachment: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment