.style1 * {
vertical-align: middle;
}
..If I take it out, things with this style are no longer vertically aligned.
*
is the wildcard selector, it's selecting anything within/under an element with the style1
class on it.
It's the Universal Selector, and will match any element. The selector you have written will match any element which is a descendant of an element with the class "style1".
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