7 lines
81 B
CSS
7 lines
81 B
CSS
|
body {
|
||
|
background-attachment: fixed;
|
||
|
background-size: cover;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|