Skip to content

Instantly share code, notes, and snippets.

@nielsdoorn
Created April 29, 2013 14:56
Show Gist options
  • Save nielsdoorn/5482120 to your computer and use it in GitHub Desktop.
Save nielsdoorn/5482120 to your computer and use it in GitHub Desktop.
Untitled
a {
transition: 1s ease-in-out;
color: black;
}
a:hover {
color: red;
background-color: #ccc;
}
<a href="#">Hello World</a>
// alert('Hello world!');
{"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