Skip to content

Instantly share code, notes, and snippets.

@TimWolla
Created March 22, 2013 14:25
Show Gist options
  • Save TimWolla/5221659 to your computer and use it in GitHub Desktop.
Save TimWolla/5221659 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
*/
@media (max-width: 480px) {
#content:before {content: "width <= 480"; }
}
@media (max-device-width: 480px) {
#content2:before {content: "device-width <= 480"; }
}
<!-- content to be placed inside <body>…</body> -->
<div id="content"></div>
<div id="content2"></div>
// alert('Hello world!');
{"view":"separate","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