Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created January 27, 2014 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save LeaVerou/8651778 to your computer and use it in GitHub Desktop.
Save LeaVerou/8651778 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