page.module.css 241 B

123456789101112
  1. .githubIcon {
  2. background: center/contain url('./assets/github.svg');
  3. }
  4. .googleIcon {
  5. background: center/contain url('./assets/google.svg');
  6. }
  7. .background {
  8. background-image: url('./assets/background.png');
  9. background-size: cover;
  10. }