Skip to content

Instantly share code, notes, and snippets.

@jaemskyle
Forked from LeaVerou/dabblet.css
Created March 25, 2014 16:00
Show Gist options
  • Save jaemskyle/9764968 to your computer and use it in GitHub Desktop.
Save jaemskyle/9764968 to your computer and use it in GitHub Desktop.
urlencoded SVG checkerboard
/**
* urlencoded SVG checkerboard
*/
min-height: 300px;
background: tan url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%2358a"><rect x="50" width="50" height="50" /><rect y="50" width="50" height="50" /></svg>');
background-size: 20px 20px;
<!-- 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