Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created December 15, 2011 23:07
Show Gist options
  • Save LeaVerou/1483402 to your computer and use it in GitHub Desktop.
Save LeaVerou/1483402 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: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
div { width: 220px; height: 100px; background: white; }
div:hover { background: black; }
<div>foo bar</div>
{"page":"css","view":"split"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment