In this topic the :not(element) is used to exclude one of all elements of group for add styles, but, if I need more than one element to exclude of the selection(Example: :not(p, a, [type="text"], ...) ), how do I do? I tried everythink but not does work =/
:not(element):not(element1):not(element2)...