The CSS pseudo-class :not() allows you to target elements that ________ a specific criteria.

  • Contradict
  • Fail
  • Match
  • Meet
The CSS pseudo-class :not() is used to select elements that do not match a specific criteria. It is used to exclude elements that would typically be selected by a CSS selector. For example, :not(.classname) selects all elements that do not have the specified class.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *