Skip to content

Instantly share code, notes, and snippets.

@Liferenko
Created December 23, 2013 09:59
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 Liferenko/8094383 to your computer and use it in GitHub Desktop.
Save Liferenko/8094383 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
a {
background:url(https://cdn4.iconfinder.com/data/icons/free-silver-button-icons/96/Podcast.png);
height:80px;
}
a:hover {
background:url(https://cdn4.iconfinder.com/data/icons/free-silver-button-icons/96/Arrow_bottom_left.png);
height:100px;
}
</style>
</head>
<body>
<a href='http://liferenko.com/'>22</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment