i am making something where you can play html games on it. Here is my code:
<div class="card">
<a href="pong.html" id="togame">
<img src="pong.png" alt="Avatar" style="width:100%; border-radius: 15px 15px 0 0; height: 130px;" id="gimg">
<div class="container">
<h4 style="font-size: x-large; padding: 0%;">Pong</h4>
<p>Recreated version of retro game "pong", or table tennis on computer</p>
</div>
</a>
</div>
can you make it so when i hover ona card anywhere, the images border-radius is changed? Thank you