Skip to content

Instantly share code, notes, and snippets.

@robhrt7
Created April 26, 2012 15:19
Show Gist options
  • Save robhrt7/2500314 to your computer and use it in GitHub Desktop.
Save robhrt7/2500314 to your computer and use it in GitHub Desktop.
Untitled
div {
width: 100px;
height: 100px;
background:red;
transition-delay: 2s;
}
div:hover {
background: blue;
transition: background .5s;}
{"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