6 lines
140 B
CSS
6 lines
140 B
CSS
body {
|
|
background-attachment: fixed;
|
|
background-size: auto 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: left top;
|
|
} |