Skip to content

Instantly share code, notes, and snippets.

@dantz
Created October 16, 2012 10:29
Show Gist options
  • Select an option

  • Save dantz/3898542 to your computer and use it in GitHub Desktop.

Select an option

Save dantz/3898542 to your computer and use it in GitHub Desktop.
Untitled
.transition {
transition: all 500ms ease-in-out;
}
.transition:hover {
background-color: #f0f;
}
<div class="transition" style="border: 5px solid #f00">Lala</div>
{"view":"split","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