Created
December 10, 2018 14:41
-
-
Save skube/fd139acd9ac91b7376d0da1712338c30 to your computer and use it in GitHub Desktop.
CSS Link general rules
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
// LoVe Fears HAte (pseudo class order) | |
// Use: | |
// a {} generally for everything but colors, | |
// Then, apply color attributes with pseudo selectors | |
// a == a:link & a:visited (could use one or the other) | |
// a, a:link {this is a little redundant} | |
// a:focus, a:hover (always used together) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment