I use this kind of footer and it works okay on localhost, but how can i fix it on heroku server?
html {
position: relative;
min-height: 100%;
}
body{
margin-bottom: 50px;
}
.footer{
position: absolute;
bottom: 0;
width: 100%;
height: 50px;
background-color: #222;
}
footer with https and footer with http
Or maybe you can give me a piece of advice, how to create footer that wil be always at the bottom of the page.