Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Last active September 18, 2021 12:52
Show Gist options
  • Save csssecrets/5d3cacead6f134da842e to your computer and use it in GitHub Desktop.
Save csssecrets/5d3cacead6f134da842e to your computer and use it in GitHub Desktop.
Checkerboard with SVG
/**
* Checkerboard with SVG
*/
background: #eee url('data:image/svg+xml,\
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill-opacity=".25" >\
<rect x="50" width="50" height="50" />\
<rect y="50" width="50" height="50" />\
</svg>');
background-size: 30px 30px;
<!-- 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