Skip to content

Instantly share code, notes, and snippets.

Created January 5, 2012 22:13
Show Gist options
  • Save anonymous/1567610 to your computer and use it in GitHub Desktop.
Save anonymous/1567610 to your computer and use it in GitHub Desktop.
Untitled
body{
/*let's see if is a reset problem*/
}
a {
-moz-transition: 1s background;
-ms-transition: 1s background;
-o-transition: 1s background;
-webkit-transition: 1s background;
display: block;
height: 100px;
background: #f0f;
}
a:hover{
background: #f00;
}
<a href="http://google.com" target="_blank">A real link</a>
{"view":"split","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment