Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fare üzerine gelince Büyüyen (Zoom in/Out) Resim CSS Kodu
#1
Fare üzerine gelince Büyüyen (Zoom in/Out) Resim CSS Kodu


Fare üzerine gelince Büyüyen (Zoom in/Out) Resim CSS Kodu


Code:
<style>
.zoom {
    padding: 50px;
    background-color: green;
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
</style>

<div class="zoom"></div>





Signing of RasitTunca
[Image: attachment.php?aid=107929]
Kar©glan Başağaçlı Raşit Tunca
Smileys-2
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)