I want to change the css of parent on hover of Child element.
<
If you want trigger a child element with a child element use this.
.triggerDiv{ display:none; } .child:hover ~.triggerDiv { display:block }
Hello I'm Here
Hello
I'm Here