page.module.css 92 B

1234
  1. .background {
  2. background-image: url('../assets/bg.png');
  3. background-size: cover;
  4. }