8 lines
191 B
CSS
8 lines
191 B
CSS
|
body {
|
||
|
background-image: url("/static/un-gen-asm.jpg");
|
||
|
background-position: center;
|
||
|
background-attachment: fixed;
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: cover;
|
||
|
}
|