Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. h2#featured-bar-home {
  2. height: 51px;
  3. width: 330px;
  4. color: #000000;
  5. font-family: Franchise;
  6. font-size: 50px;
  7. line-height: 51px;
  8. text-align: center;
  9. margin: 0 auto;
  10. margin-bottom: 40px;
  11. text-transform: uppercase;
  12. }
  13.  
  14.  
  15. h2#featured-apparel {
  16. height: 51px;
  17. width: 268px;
  18. color: #000000;
  19. font-family: Franchise;
  20. font-size: 50px;
  21. line-height: 51px;
  22. text-align: center;
  23. margin: 0 auto;
  24. margin-bottom: 54px;
  25. text-transform: uppercase;
  26.  
  27. }
  28.  
  29. div#home-featured-founders-container-inner {
  30. max-width: 980px;
  31. margin: 0 auto;
  32. }
  33.  
  34. div#home-featuredBarHome-founders-container-inner {
  35. max-width: 980px;
  36. margin: 0 auto;
  37. }
  38.  
  39. .block.widget.block-products-list.grid {
  40. margin-bottom: 0px;
  41. }
  42.  
  43. .see-more-apparel {
  44. height: 17px;
  45. width: 250px;
  46. color: #000;
  47. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  48. font-size: 16px;
  49. line-height: 19px;
  50. text-align: center;
  51. text-transform: uppercase;
  52. font-weight: bold;
  53. }
  54.  
  55. .see-more-bar-home {
  56. height: 17px;
  57. width: 250px;
  58. color: #000;
  59. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  60. font-size: 16px;
  61. line-height: 19px;
  62. text-align: center;
  63. text-transform: uppercase;
  64. font-weight: bold;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement