13 lines
231 B
CSS
13 lines
231 B
CSS
|
html, body {
|
||
|
margin: 0px;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
#willpower {
|
||
|
background-image: url('/images/willpower.gif');
|
||
|
background-position: center;
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: cover;
|
||
|
height: 100%;
|
||
|
}
|