Skip to content

Instantly share code, notes, and snippets.

@naari3
Last active March 10, 2018 20:34
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 naari3/7ee1d02839c60ac87b95f594002a4557 to your computer and use it in GitHub Desktop.
Save naari3/7ee1d02839c60ac87b95f594002a4557 to your computer and use it in GitHub Desktop.
element.style {
background-position: 0px 0px, 10px 10px;
background-size: 20px 20px;
background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%),linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment