Skip to content

Instantly share code, notes, and snippets.

@brito
Created April 9, 2015 03:34
Show Gist options
  • Save brito/cd566fae098e740db401 to your computer and use it in GitHub Desktop.
Save brito/cd566fae098e740db401 to your computer and use it in GitHub Desktop.
css svg dataURI
/* css svg dataURI */
a {
width:1.6em; height:1.6em; display:inline-block;
border-radius:3px;
background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:hsla(137,38%,38%,.38)"/></svg>') }
// 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