I want to apply the same style to text and email input types.
I tried input[type="text"][type="email"] but it's not working. Any help?
Maybe try without " for example input[type=text]. If you want to apply it to both, try
input[type=text], input[type=email]
or
input[type="text"], input[type="email"]
They're equivalent.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With