<div style="text-align:center">
<img src="http://fivera.net/wp-content/uploads/2013/08/grey.png" alt="fivera" width="200" height="200">
img {
-webkit-transition: all 0,2s ease;
-moz-transition: all 0,2s ease;
-o-transition: all 0,2s ease;
-ms-transition: all 0,2s ease;
transition: all 0,2s ease;
}
img:hover {
-webkit-filter: drop-shadow(10px 7px 1px grey)
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.