JSFiddle - React, Tailwind, and code Playground

by denzdii

HTML

<base href='http://dl.dropbox.com/'/>
<ul class="gallery">
      <li><img src="/u/66187775/foto/iklan/wow.png"></li>
      <li><img src="/u/66187775/foto/iklan/nabilla.png"></li>
      <li><img src="/u/66187775/foto/iklan/100511738.png"></li>
      <li><img src="/u/66187775/foto/iklan/Kyoko.png"></li>
      <li><img src="/u/66187775/foto/iklan/paramore1.png"></li>
      <li><img src="/u/66187775/foto/iklan/Pensive-Parakeet.png"></li>      
  </ul>
<script type="text/javascript">
  </script>
  <div class="box-note">
  <p class="author-demo"><a href="http://under-88.blogspot.com/"><b>Under88 Demo</b></a></p>
    <p><b>Demo :</b>Di sarankan gambar yang di gunakan berukuran "200x150" tapi anda pun bisa merubahnya sesuai selera.<br /> <b>Demo :</b> ini saya terinpirasi dari <b>red-team-design</b></p></div>

CSS

#head{display:none!important;}
body{
      background: #eee;
    }
  .box-note{background:url("/u/66187775/foto/pattern.png") repeat scroll 0 0 #F1F1F1;display:block;width:600px;margin:20px auto;padding:10px;border:1px solid #ccc;}
  .author-demo{text-align:center;}
    .gallery{
      list-style: none;
      margin: 50px auto; padding: 0;
      width: 642px; /* (200+10+4)x3 */
      font-size: 0; /* fix inline-block spacing */
    }
  .gallery img{width:200px;height:150px;}
    .gallery li{
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 200px; height: 150px;
        margin: 2px;
        border: 5px solid #fff;
        -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
        box-shadow: 0 2px 2px rgba(0,0,0,.1);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;        
    }

    .gallery:hover li:not(:hover){       
        -webkit-filter: blur(2px) grayscale(1);
        -moz-filter: blur(2px) grayscale(1);
        -o-filter: blur(2px) grayscale(1);
        -ms-filter: blur(2px) grayscale(1);
        filter: blur(2px) grayscale(1);
        opacity: .7; /* fallback */        
    }

    /* Demo page only */
    #about{
        color: #999;
        text-align: center;
        font: 0.9em Arial, Helvetica;
    }

    #about a{
        color: #777;
    }