Skip to content

Instantly share code, notes, and snippets.

@gauravmishr
Created November 27, 2012 08:48
Show Gist options
  • Save gauravmishr/4153197 to your computer and use it in GitHub Desktop.
Save gauravmishr/4153197 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
*/
html{
background:White
}
html:-moz-full-screen {
background: red;
}
html:-webkit-full-screen {
background: red;
}
html:fullscreen {
background: red;
}
<!-- content to be placed inside <body>…</body> -->
// 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