Eklablog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Tutorial, CSS, HTML

 

Efecto "Blur pic"
plane


<div class="blur pic"><img src="http://lorempixel.com/300/300/transport/2" alt="plane" width="190" height="230" /></div>
/*BLUR*/
.blur img {
border: 1px dotted #ccc;
border-radius: 7.5em;
box-shadow: 3px 2px 6px #000000;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.blur img:hover {
-webkit-filter: blur(5px);
}


Retour à l'accueil
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article