Skip to content

Instantly share code, notes, and snippets.

@nikolailehbrink
Last active December 14, 2022 13:06
Show Gist options
  • Save nikolailehbrink/b3318ffd797dcc323f6f9b419890cb7c to your computer and use it in GitHub Desktop.
Save nikolailehbrink/b3318ffd797dcc323f6f9b419890cb7c to your computer and use it in GitHub Desktop.
Selection of all elements that are not descendants of another element
p:not(article *) {
max-width: 1920px;
display: flex;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment