I want to do it with CSS. I know I can do it with javascript.
I want to do it with CSS. I know I can do it with javascript.
<div class='item'>
<!-- hover thing is here-->
<h1>hover thing</h1>
</div>
<div class="item2">
<h1>if I hover here also, it should same changes also</h1>
</div>