Skip to content

Instantly share code, notes, and snippets.

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