Header.module.css 516 B

1234567891011121314151617181920212223242526272829303132333435
  1. .title a, .title span {
  2. color: #0070f3;
  3. text-decoration: none;
  4. }
  5. .title a:hover,
  6. .title a:focus,
  7. .title a:active {
  8. text-decoration: underline;
  9. }
  10. .title {
  11. margin: 0;
  12. line-height: 1.15;
  13. font-size: 4rem;
  14. }
  15. .title,
  16. .description {
  17. text-align: center;
  18. }
  19. .description {
  20. margin: 4rem 0;
  21. line-height: 1.5;
  22. font-size: 1.5rem;
  23. }
  24. .background{
  25. height: 100px;
  26. width: flex;
  27. display: flex;
  28. background: #464646;
  29. align-self: center;
  30. }