Skip to content

Instantly share code, notes, and snippets.

@Ahrengot
Created December 14, 2012 12:49
Show Gist options
  • Save Ahrengot/4285266 to your computer and use it in GitHub Desktop.
Save Ahrengot/4285266 to your computer and use it in GitHub Desktop.
Untitled
a {
font: bold 18px/1.2 sans-serif;
text-decoration: none;
}
a:hover { font-size: 0; }
a:hover:before {
font-size: 18px;
content: attr(data-hover);
}
<a href="#" data-hover="Go on, do it!">Click me!</a>
// alert('Hello world!');
{"view":"split","fontsize":"80","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment