Hi Everyone!
I'm trying to consolidate the following:
input[type="text"] {
width: 300px;
}
input[type="password"] {
width: 300px;
}
Into something like this:
input[type="text"][type="password"] {
width: 300px;
}
I tried this, type="text", "password", and a few other things.
Thanks in advance!
Can you answer this question?
Write Answer1 Answers