Created
January 9, 2017 04:03
-
-
Save himynameisdave/9ababe7404640ce672e3b45bf078dd13 to your computer and use it in GitHub Desktop.
Stylish <a> Styling - Styling the outer link
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 { | |
display: inline-block; | |
position: relative; | |
text-decoration: none; | |
&:hover { | |
// more to come | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment