Lompat ke konten Lompat ke sidebar Lompat ke footer

Widget HTML #1

contoh

Coding
HTML
<style>
  .zoom-effect {
    width: 300px;
    height: auto;
    transition: transform 0.3s ease; /* Efek transisi halus */
  }

  .zoom-effect:hover {
    transform: scale(1.1); /* Zoom 10% */
  }
</style>

<img src="gambar.jpg" alt="Contoh" class="zoom-effect">

Posting Komentar untuk "contoh"

Blog Subscription Banner
0%