Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created November 30, 2011 02:20
Show Gist options
  • Save LeaVerou/1407697 to your computer and use it in GitHub Desktop.
Save LeaVerou/1407697 to your computer and use it in GitHub Desktop.
Syntax highlighting test
/**
* Syntax highlighting test
*/
@media screen {
body { background: silver; }
}
html, body { height: 100% }
body:not(.foo):not(#id) {
background: #f06;
background: linear-gradient(45deg, yellow, #f06);
height:100% !important;
}
<!-- HTML comment -->
<p class="foo" id='bar' data-boolean data-unquoted=foo>Test test testes</p>
<ul>
<li>foo</li>
<li>bar</li>
</ul>
<!-- HTML
multiline
comment -->
<!-- HTML comment -->
<p class="foo" id='bar' data-boolean data-unquoted=foo>Test test testes</p>
<ul>
<li>foo</li>
<li>bar</li>
</ul>
<!-- HTML
multiline
comment -->
{"page":"css","view":"separate"}
/**
* Syntax highlighting test
*/
@media screen {
body { background: silver; }
}
html, body { height: 100% }
body:not(.foo):not(#id) {
background: #f06;
background: linear-gradient(45deg, yellow, #f06);
height:100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment