Skip to content

Instantly share code, notes, and snippets.

@banzalik
Created November 18, 2013 21:09
Show Gist options
  • Save banzalik/7535317 to your computer and use it in GitHub Desktop.
Save banzalik/7535317 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
img[src=""] {
background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22100%22%20height%3D%22100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20height%3D%22100%25%22%20width%3D%22100%25%22%20fill%3D%22lightgray%22%2F%3E%3Ctext%20fill%3D%22black%22%20x%3D%2250%22%20y%3D%2255%22%20font-size%3D%2220%22%20text-anchor%3D%22middle%22%3E1123x1123%3C%2Ftext%3E%3C%2Fsvg%3E');
}
<!-- content to be placed inside <body>…</body> -->
<img src width="100" height="100" />
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment