The :not pseudo-class specifies style rules for elements that do not contain the specified selector.
:not
element:not(selector) { property: value; }