CSS :not Selector

Share this video with your friends

Send Tweet

The CSS :not() selector allows us to exclude a subset of elements matched by our selector. In this example we refactor two selectors down to one using the CSS :not() selector.