Skip to content

Instantly share code, notes, and snippets.

@peter-nikitin
Last active February 12, 2018 06:59
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 peter-nikitin/dec24cc12dec1c5c7c9210b4fc5b309c to your computer and use it in GitHub Desktop.
Save peter-nikitin/dec24cc12dec1c5c7c9210b4fc5b309c to your computer and use it in GitHub Desktop.
body {
background-color: white;
background-image: linear-gradient( 45deg,black 25%, transparent 25%, transparent 74%, black 75%, black),
linear-gradient( 45deg,black 25%, transparent 25%, transparent 74%, black 75%, black);
background-size:100px 100px;
background-position: 0 0, 50px 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment