Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. .trending-button1{
  2. border-radius: 25px;
  3. border: 3px solid #fff;
  4. padding: 20px;
  5. width: 200px;
  6. height: 50;
  7. }
  8.  
  9. /*banner overlay*/
  10. div.homepage-popular-categories {
  11. position: relative;
  12. display: inline-block;
  13. }
  14.  
  15. div.homepage-popular-categories p {
  16. margin: 0;
  17. /*display: block;*/
  18. position: absolute;
  19. top: 0;
  20. left: 0;
  21. right: 0;
  22. bottom: 0;
  23. color: #eeeeec;
  24. background: rgba(0,0,0,0.5);
  25. transition: opacity 0.5s;
  26. opacity: 1;
  27. text-align: center;
  28. font-family: sans-serif;
  29. font-size: 1.2em;
  30. font-weight: bold;
  31. }
  32.  
  33. div.homepage-popular-categories p:before {
  34. content: '';
  35. display: inline-block;
  36. height: 100%;
  37. vertical-align: middle;
  38. }
  39. div.homepage-popular-categories p:hover {
  40. background: rgba(0,0,0,0);
  41. }
  42. /*end banner overlay*/
  43.  
  44.  
  45. .new-arrivals{
  46. background:url('https://s-media-cache-ak0.pinimg.com/originals/4f/a9/d1/4fa9d18c567a8c5a05997a9773685361.jpg') no-repeat;
  47. width:313px;
  48. height:313px;
  49. }
  50.  
  51. .trending{
  52. background:url('http://socialmediaoutcomes.com/go/wp-content/uploads/2013/08/successful-business-people-smiling.jpg') no-repeat;
  53. width:313px;
  54. height:313px;
  55.  
  56. }
  57.  
  58. .shop-by-goal{
  59. background:url('https://brianpshea.files.wordpress.com/2013/06/4234255-group-of-business-people-smiling-together-in-an-office.jpg') no-repeat;
  60. width:313px;
  61. height:313px;
  62.  
  63. }
  64.  
  65.  
  66. .strov-3-banners{
  67. margin-top:15px;
  68. text-align: center;
  69. -webkit-box-sizing: border-box;
  70. -moz-box-sizing: border-box;
  71. -ms-box-sizing: border-box;
  72. -o-box-sizing: border-box;
  73. box-sizing: border-box;
  74. padding:10px 0;
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement