counter.css 457 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*-=-=-=-=-=-=-=-=-=-=-=- */
  2. .counter {
  3. background-color: #ffffff;
  4. padding: 20px 0;
  5. border-radius: 5px;
  6. }
  7. .count-title {
  8. font-size: 40px;
  9. font-weight: normal;
  10. margin-top: 10px;
  11. margin-bottom: 0;
  12. text-align: center;
  13. }
  14. .count-text {
  15. font-size: 13px;
  16. font-weight: normal;
  17. margin-top: 10px;
  18. margin-bottom: 0;
  19. text-align: center;
  20. }
  21. .counter i {
  22. margin: 0 auto;
  23. float: none;
  24. display: table;
  25. color: #4ad1e5;
  26. }
  27. /*-=-=-=-=-=-=-=-=-=-=-=- */