.btnBlue.btnLtBlue
Does it mean an element who has both classes? btnBlue
AND btnLtBlue
Use a compound selector to customize an elementA compound selector can mix the previous 3 types using more than one class, ID and/or tag.
A compound selector is a chain of one or more simple (tag, class, ID, universal, attribute) selectors. If there is more than one compound selector in a complete selector, they will be separated by combinators (e.g. ``, + , > ).
Yes. When two class name are concatenated like that it means the element must have both classes for that rule to be applied
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