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 =/
Asked
Active
Viewed 47 times
0
-
2`:not(element):not(element1):not(element2)` ... – Temani Afif Oct 03 '20 at 14:21
-
I tried this in https://www.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) – Oct 03 '20 at 14:37