Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <ul class="featured-products">
  2. <li class="flipper">
  3. <div class="front">
  4. <a href=""><img src="" alt="" />
  5. </a>
  6. </div>
  7.  
  8. /* FLIPPER LIST ELEMENT*/
  9. #featured-products ul.featured-products li {
  10. margin-bottom: 40px;
  11. }
  12. #featured-products ul.featured-products li {
  13. float: left;
  14. height: 202px;
  15. list-style: none outside none;
  16. margin-right: 36px;
  17. position: relative;
  18. width: 193px;
  19. }
  20.  
  21. /*DIV CONTAINING THE IMAGE TO BE CENTERED*/
  22. #featured-products ul.featured-products li.flipper .front {
  23. background: none repeat scroll 0 0 #FFFFFF;
  24. border-radius: 4px;
  25. box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  26. display: table-cell;
  27. height: 170px;
  28. margin: 2px;
  29. overflow: hidden;
  30. padding: 10px;
  31. transition: all 0.4s ease-in-out 0s;
  32. vertical-align: middle;
  33. z-index: 900;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement