cómo el efecto de paralax en la imagen de fondo

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