Guest User

Untitled

a guest
Apr 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. /* CTA Box
  2. --------------------------------------------- */
  3.  
  4. .cta-box {
  5. margin-top: 30px;
  6. padding: 30px 20px;
  7. background: #f5f5f5;
  8. }
  9.  
  10. .cta-box-title,
  11. .cta-box-description {
  12. text-align: center;
  13. }
  14.  
  15. .cta-box-description {
  16. padding-bottom: 20px;
  17. }
  18.  
  19. .cta-box-button a {
  20. display: block;
  21. padding: 16px;
  22. width: 250px;
  23. text-align: center;
  24. text-transform: uppercase;
  25. font-size: 16px;
  26. letter-spacing: 1px;
  27. color: #fff;
  28. margin: auto;
  29. background-color: #1a1a1a;
  30. border: 1px solid #1a1a1a;
  31. text-decoration: none;
  32. }
  33.  
  34. .cta-box-button:hover a {
  35. background-color: #fff;
  36. color: #1a1a1a;
  37. text-decoration: none;
  38. }
Add Comment
Please, Sign In to add comment