index.scss 142 B

123456
  1. .museum {
  2. width: 100vw;
  3. height: 100vh;
  4. overflow: hidden;
  5. background: url("./images/bg@2x-min.jpg") no-repeat center bottom / cover;
  6. }