Comment paralax effet sur l'image de fond

.bg-parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
Noob Learner