2015-04-14 22:46:24 +02:00

26 lines
443 B
CSS

body{}
#headbanner {
height: 22%;
width: 50%;
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
background: url(http://www.slingit.org/api.php?call=files&cat=img&id=headbanner.png) no-repeat;
background-size: contain;
}
#content {}
#footer {
position: absolute;
height: 20px;
bottom: 0px;
left: 0;
right: 0;
text-align: center;
width: 100%;
background: whitesmoke;
}