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