Skip to content

Instantly share code, notes, and snippets.

@jbd91
Created July 31, 2019 15:57
Show Gist options
  • Save jbd91/1d7b7e8850f95a2dac468e97574e44ae to your computer and use it in GitHub Desktop.
Save jbd91/1d7b7e8850f95a2dac468e97574e44ae to your computer and use it in GitHub Desktop.
:not()
p:not(.fancy) {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment