Guest User

Untitled

a guest
Jul 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. .slideshow img {
  2. width: 250px;
  3. }
  4. .slideshow {
  5. overflow: hidden;
  6. height: 170px;
  7. width: 250px;
  8. position:relative;
  9.  
  10. }
  11.  
  12. img
  13. {
  14. clip:rect(0px,60px,200px,0px);
  15. }
Add Comment
Please, Sign In to add comment