I assume you mean the child selector. It’s >
, not <
.
.parent > *
That will select any element. You can of course use any other selector as the child (an element, class, id, etc.)
I assume you mean the child selector. It’s >
, not <
.
.parent > *
That will select any element. You can of course use any other selector as the child (an element, class, id, etc.)