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.

33 regels
442 B

  1. *, *::before, *::after {
  2. box-sizing: border-box;
  3. }
  4. @font-face {
  5. font-family: Lato;
  6. font-weight: 500;
  7. src: url('../fonts/Lato/Lato-Regular.ttf');
  8. }
  9. h1, h2, h3, h4, h5, h6 {
  10. margin : 0;
  11. }
  12. body {
  13. font-family: Lato;
  14. font-weight: 700;
  15. }
  16. header{
  17. text-align: center;
  18. }
  19. .tabs-holder {
  20. text-align: center;
  21. padding: 10px;
  22. }
  23. .tab {
  24. border-radius : 4px;
  25. background-color : green;
  26. color : white;
  27. }