Skip to content

Instantly share code, notes, and snippets.

@aboudard
Created May 3, 2013 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aboudard/5508226 to your computer and use it in GitHub Desktop.
Save aboudard/5508226 to your computer and use it in GitHub Desktop.
Untitled
a { color: white; font-weight: bold;
padding: 10px; background: red;
text-decoration: none;
transition-property: background;
transition-duration: 1000ms;}
a:hover { background: blue; }
<a href="#">Hello lien</a>
// alert('Hello world!');
{"view":"split-vertical","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