kalponikoronno

responsiveslides.css

Aug 30th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. /*! http://responsiveslides.com v1.54 by @viljamis */
  2.  
  3. .rslides {
  4.   position: relative;
  5.   list-style: none;
  6.   overflow: hidden;
  7.   width: 100%;
  8.   padding: 0;
  9.   margin: 0;
  10.   }
  11.  
  12. .rslides li {
  13.   -webkit-backface-visibility: hidden;
  14.   position: absolute;
  15.   display: none;
  16.   width: 100%;
  17.   left: 0;
  18.   top: 0;
  19.   }
  20.  
  21. .rslides li:first-child {
  22.   position: relative;
  23.   display: block;
  24.   float: left;
  25.   }
  26.  
  27. .rslides img {
  28.   display: block;
  29.   height: auto;
  30.   float: left;
  31.   width: 100%;
  32.   border: 0;
  33.   }
Advertisement
Add Comment
Please, Sign In to add comment