Created
May 11, 2012 10:43
-
-
Save victor-falcon/2658912 to your computer and use it in GitHub Desktop.
Make links more responsive
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
/* | |
Moving the link 1px this gives the feeling of being clickable | |
*/ | |
a:active { position: relative; top: 1px;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment