Answers for "how to paralax effect on background image"

CSS
0

how to paralax effect on background image

.bg-parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
Posted by: Guest on October-06-2021

Code answers related to "how to paralax effect on background image"

Browse Popular Code Answers by Language