Bonsoir,
Voilà j'aimerais faire une transition lorsque la souris survole une image, je voudrais que l'image grossisse un peu mais j'y arrive pas 
Pour l'instant j'ai ceci :
#basdepage #reseaux_sociaux img
{
width : 50px;
height : 50px;
padding-left : 5x;
padding-right : 5x;
}
#basdepage #reseaux_sociaux img:hover
{
-webkit-transition : width,height 0.8 linear;
width : 60px;
height : 60px;
}
Quelqu'un pourrait m'aider ? 