Created
February 14, 2014 15:06
-
-
Save nick2687/9002606 to your computer and use it in GitHub Desktop.
snippet for good looking link text.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a { | |
text-decoration: none; | |
color: #08C; | |
transition: all 0.3s ease-out; | |
position: relative; | |
padding: .5em; | |
margin: -.5em; | |
} | |
a:hover { color: #0AF; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment