21
/
24
CSS
Fixed Background
style.css
div
{
background-image
:
url
(
...
);
background-attachment
:
fixed
;
}