image full background

Pour mettre une image de fond fixe :

.page-background {
  1. position: fixed;
  2. width: 100vw;
  3. height: 100vh;
  4. background-size: cover;
  5. z-index: 0;