Skip to content

CSS code snippet – How to paralax effect on background image?

.bg-parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
See also  CSS code snippet - How to view only downloading speed in du meter?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.