You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
305 B

4 years ago
  1. * {
  2. margin: 0;
  3. }
  4. .container {
  5. font-family: Arial, Helvetica, sans-serif;
  6. text-align: center;
  7. margin: unset;
  8. }
  9. .nav {
  10. background: linear-gradient(90deg, #04adad 0%, #00bdff);
  11. color: #fff;
  12. padding: 1.5em;
  13. }
  14. .nav .title {
  15. font-size: 2em;
  16. }
  17. #timer {
  18. font-size: 7em;
  19. margin-top: 20%;
  20. }