What does the ">" (greater-than sign) CSS selector mean?
> is the child combinator, sometimes mistakenly called the direct descendant combinator.1 That means the selector div > p.some_class only… https://www.widecoder.com/what-does-the-greater-than-sign-css-selector-mean/
widecoder
What does the ">" (greater-than sign) CSS selector mean?
> is the child combinator, sometimes mistakenly called the direct descendant combinator.1 That means the selector div > p.some_class only…
https://www.widecoder.com/what-does-the-greater-than-sign-css-selector-mean/