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 "Focus pic"

<div class="focus pic"><img style="border: 0px solid #0033c7; -webkit-border-radius: 160%/20%; -moz-border-radius: 160%/20%; border-radius: 160%/20%; ; -webkit-box-shadow: #ccc 3px 3px 9px; -moz-box-shadow: #ccc 3px 3px 9px; box-shadow: #000 3px 3px 9px;" src="http://file.mobilmusic.ru/84/1c/6c/1042850.gif" alt="" width="190" height="250" /></div>
/*FOCUS*/
.focus {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.focus:hover {
border: 10px solid #fff;
border-radius: 160%/20%;
width: 200px;
height: 240px;
}


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