<html>
<head>
<title></title>
<style>
.holder {
margin:3em;
display:inline-block;
}
.holder img {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.holder:hover img {
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
</style
<body>
<div class="holder">
<P><a href="https://pixabay.com/fr/photos/hamster-animal-de-compagnie-690108/" title="le chat des villes"><img src="https://www.zupimages.net/up/20/31/c4xc.jpg"></a>
</div>
</body>
</html>
En poursuivant votre navigation, vous acceptez le dépôt de cookies tiers destinés à la mesure d’audience (Google Analytics) et à vous proposer des boutons de partage.