Skip to content

Instantly share code, notes, and snippets.

@skube
Created December 10, 2018 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skube/fd139acd9ac91b7376d0da1712338c30 to your computer and use it in GitHub Desktop.
Save skube/fd139acd9ac91b7376d0da1712338c30 to your computer and use it in GitHub Desktop.
CSS Link general rules
// 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