html - add CSS to the parent element -
this question has answer here:
- is there css parent selector? 25 answers
i have following html example code:
<div> <span class="foo"> </div> <div> <span class="moo"> </div>
i want add css styles div contains child moo
class. can add style element, when containing specific child, css ?
no, can't select parent in pure css. have add class parent div
Comments
Post a Comment