html - add CSS to the parent element -


this question has answer here:

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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -