0

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 =/

2
  • 2
    :not(element):not(element1):not(element2) ... Commented Oct 3, 2020 at 14:21
  • I tried this in w3schools.com/cssref/tryit.asp?filename=trycss3_not but didn't work because of priority is low... wtf -" If this don't have a tag or anythink to link, does't work well (didn't work with * too) Commented Oct 3, 2020 at 14:37

0