.TopClass input[type=text]
{
//Styling
}
.TopClass textarea
{
//Same Styling as Above
}
So, essentially I am trying to do "Select Text inputs AND textarea inputs under TopClass".
What is the best way to condense this?
Assuming you need textarea instead of text = textarea. Try like this:
<textarea type="text"></textarea>
and input
.TopClass textarea, .TopClass textarea {
// Styling
}
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