I tried everything now. My footer-bar keeps staying in the middle of the page or fixed on the bottom of the screen. I need it on the bottom of the page, no matter how much content I put on the website.
#footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 60px;
background: #000000;
}
<div id="footer">
</div>