I have an HTML code to which a .css is associated Why does not my animation work on the image?
.logo:hover{
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
<div class="logo">
<center>
<!-- Añadimos en el CSS un efecto de enfoque en la imagen -->
<img src="http://imagenpng.com/wp-content/uploads/2015/09/imagenes-png-635x508.png" height="160" width="380"/>
</center>
</div>