Skip to content

Instantly share code, notes, and snippets.

@skoch
Created January 4, 2021 22:58
Show Gist options
  • Save skoch/d0b91de48669717a09949f39b6e45495 to your computer and use it in GitHub Desktop.
Save skoch/d0b91de48669717a09949f39b6e45495 to your computer and use it in GitHub Desktop.
body {
background-image: linear-gradient(
45deg,
#fff 25%,
transparent 25%,
transparent 75%,
#fff 75%
),
linear-gradient(45deg, #fff 25%, #000 25%, #000 75%, #fff 75%);
background-size: 40px 40px;
background-position: -10px -15px, 10px 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment