cara paralax berpengaruh pada gambar latar belakang
.bg-parallax {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
Noob Learner