21 / 25
CSS

Fixed Background

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