mywillpower.org/public/css/main.css

13 lines
231 B
CSS
Raw Normal View History

2022-02-12 17:10:51 -05:00
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%;
}