Advertisement
owlette

thumbnail.

Mar 5th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. .clear img{
  2. width:55px;
  3. height:55px;
  4. padding:0px;
  5. background:transparent;
  6. float: left;
  7. border: 1px solid #393a39;
  8. margin:5px 5px 0px 0px;
  9. -webkit-filter: grayscale(30%);
  10. -webkit-transition: all 1s ease;
  11. -moz-transition: all 1s ease;
  12. -o-transition: all 1s ease;
  13. -ms-transition: all 1s ease;
  14. transition: all 1s ease;
  15. }
  16.  
  17. .clear img:hover{
  18. width:55px;
  19. height:55px;
  20. padding:0px;
  21. background:transparent;
  22. float: left;
  23. margin:5px 5px 0px 0px;
  24. border: 1px solid #393a39;
  25. border-radius: 50%;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement