•  

    HTML

    <div id="gallery"><a href="#"> <span class="title">Opacity</span> <img class="opacity" src="https://lh4.googleusercontent.com/-XKMrCBgRcJg/U-C07fYE6OI/AAAAAAAA0bs/u3dL2-3UK-0/w500-h279-no/1.gif"width="250" height="200"  alt="" /> </a></div>

    CSS

    <style type="text/css"><!--
    /*Styles*/
    * { margin: 0; padding: 0;}

    body {
    font-family: arial, verdana, tahoma;
    background: url('http:// .png');
    }
    #gallery {
    width: 725px;
    margin: 25px auto;
    }
    #gallery a {
    display: block;
    float: left;
    margin-bottom: 25px;
    position: relative;

    -webkit-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.5);
    border-radius: 50% ;
    }
    /*Left and Right margins to images in the middle column*/
    /*This selects the 2nd, 5th and 8th elements*/
    #gallery a:nth-child(3n+2) {
    margin: 0 25px 25px 25px;
    }
    #gallery a img {
    display: block;
    -webkit-transition: all 0.5s;
    border-radius: 24px;
    border: 1px solid #fff;
    }
    /*Hover effects*/
    #gallery a img:hover {
    -webkit-filter: none; /*Returns to default state*/
    }
    /*Default state for brightness has to be specified specifically*/
    #gallery a img.brightness:hover {
    -webkit-filter: brightness(0);
    }
    /*Title styles*/
    .title {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 1;
    padding: 5px 7px;
    background: #;
    }
    /*Filter styles*/
    .opacity {-webkit-filter: opacity(50%);}
    --></style>

     


  • Commentaires

    Aucun commentaire pour le moment



    Ajouter un commentaire

    Nom / Pseudo :

    E-mail (facultatif) :

    Site Web (facultatif) :

    Commentaire :