I have, e.g.:
<div class="parent">
<div class="child">Text</div>
</div>
And with the help of the child element, I need the style parent element.
I have tried: has()
and <
(less symbol) but nothing works.
How could I do this?
I have, e.g.:
<div class="parent">
<div class="child">Text</div>
</div>
And with the help of the child element, I need the style parent element.
I have tried: has()
and <
(less symbol) but nothing works.
How could I do this?