Guest User

Untitled

a guest
Jan 11th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1.  
  2. .gk-jscounter {
  3. color: #e89e44;
  4. position: relative;
  5. text-align: center;
  6. z-index: 3;
  7. }
  8.  
  9. .gk-jscounter > div {
  10. display: inline-block;
  11. min-width: 104px;
  12. padding: 0 25px;
  13. position: relative;
  14. }
  15.  
  16. .gk-jscounter > div::before {
  17. content: ":";
  18. float: left;
  19. font-size: 32px;
  20. font-weight: 800;
  21. position: absolute;
  22. top: 6px;
  23. left: -4px;
  24. }
  25.  
  26. .gk-jscounter > div:first-child::before {
  27. content: "";
  28. }
  29.  
  30. .gk-jscounter > div > strong {
  31. color: #e89e44;
  32. display: block;
  33. font-size: 80px;
  34. font-weight: 400;
  35. line-height: 84px;
  36. }
  37.  
  38. .gk-jscounter > div > small {
  39. color: #e89e44;
  40. display: block;
  41. font-size: 32px;
  42. line-height: 36px;
  43. }
  44.  
  45. .gk-jscounter > h3 {
  46. color: #e89e44;
  47. display: block;
  48. font-size: 80px;
  49. font-weight: 400;
  50. line-height: 84px;
  51. text-align: center;
  52. }
Add Comment
Please, Sign In to add comment