7 lines
147 B
CSS
7 lines
147 B
CSS
|
html {
|
||
|
background: url(http://tesses.ml/images/vsod.gif) no-repeat center center fixed;
|
||
|
background-size: cover;
|
||
|
}
|
||
|
body {
|
||
|
height: 100%;
|
||
|
}
|