Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active September 18, 2021 12:52
Show Gist options
  • Save csssecrets/4f7ca0749582b1bd7527 to your computer and use it in GitHub Desktop.
Save csssecrets/4f7ca0749582b1bd7527 to your computer and use it in GitHub Desktop.
Checkerboard
/**
* Checkerboard
*/
background: #eee;
background-image:
linear-gradient(45deg, rgba(0,0,0,.25) 25%, transparent 0, transparent 75%, rgba(0,0,0,.25) 0),
linear-gradient(45deg, rgba(0,0,0,.25) 25%, transparent 0, transparent 75%, rgba(0,0,0,.25) 0);
background-position: 0 0, 15px 15px;
background-size: 30px 30px;
min-height: 100%;
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment