Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created June 11, 2013 16:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/5758286 to your computer and use it in GitHub Desktop.
Save LeaVerou/5758286 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 {
padding-top: 50px;
}
div {
width: 100px; height: 100px;
margin-top: 50px;
background: deeppink;
}
div:target {
background: yellowgreen;
transition-delay: 0;
}
<a href="#foo">Go to #foo</a>
<a href="#">Remove #foo</a>
<div id="foo"></div>
// alert('Hello world!');
{"view":"split-vertical","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