Created
August 30, 2017 12:18
-
-
Save Bizunow/c3c3f4eec76c6036dc111c8d1e0e170c to your computer and use it in GitHub Desktop.
[CSS link all props] #css
This file contains hidden or 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:link { text-decoration: none; } | |
A:visited { text-decoration: none; } | |
A:active { text-decoration: none; } | |
A:hover { text-decoration: none overline; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment