•  

    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);
    }



  • Commentaires

    Aucun commentaire pour le moment



    Ajouter un commentaire

    Nom / Pseudo :

    E-mail (facultatif) :

    Site Web (facultatif) :

    Commentaire :