I'm having issues finding the right CSS selectors. I want to zoom into an image when I hover over the caption (h2).
already tried .dish h3:hover .zoom img { transform: .... }
here's the code:
<div class="flexContainer">
<div class="dish">
<div class="zoom">
<img src="images/summerrolls.jpg" >
</div>
<h2>Summerrolls</h2>
</div>
` then you can. Otherwise you need to use JavaScript.
– disinfor Nov 18 '20 at 19:55