background-attachment: scroll | fixed
- Defines whether the background image is attached to the element or the screen
-
scroll indicates that the image moves with the element
-
fixed indicates that it stays with the screen.
Only really makes sense with the <body> element