Answers for "css not attribute selector"

CSS
1

css selector no attribute

input:not([type]) {
   /* style here */
}
Posted by: Guest on January-21-2020
1

css selector not contains attribute

:not([attr_name*='attr_value/part of value'])
Posted by: Guest on October-14-2021

Code answers related to "css not attribute selector"

Browse Popular Code Answers by Language