21 / 24
CSS

Fixed Background

div {
  background-image: url(...);
  background-attachment: fixed;
}