Answers for "css if attribute not exists"

CSS
1

css selector no attribute

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

Browse Popular Code Answers by Language