Skip to content

Instantly share code, notes, and snippets.

@himynameisdave
Created January 9, 2017 04:03
Show Gist options
  • Save himynameisdave/9ababe7404640ce672e3b45bf078dd13 to your computer and use it in GitHub Desktop.
Save himynameisdave/9ababe7404640ce672e3b45bf078dd13 to your computer and use it in GitHub Desktop.
Stylish <a> Styling - Styling the outer link
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