Skip to content

Instantly share code, notes, and snippets.

@yukulele
Forked from LeaVerou/dabblet.css
Created February 4, 2014 16:20
Show Gist options
  • Save yukulele/8806942 to your computer and use it in GitHub Desktop.
Save yukulele/8806942 to your computer and use it in GitHub Desktop.
urlencoded SVG checkerboard
/**
* urlencoded SVG checkerboard
*/
html{
min-height: 300px;
background: tan center 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;
transition:2s all;
}
html:hover{
background-size:400px;
background-color:black;
}
<!-- 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