CSS background-attachment property
CSS background-attachment property Description background-attachment determines the tiling context and scrolling state of a background image. Possible values scroll – A background image set to scroll will scroll with the rest of the document. fixed – Background set to…