I'd like to know how to stick the footer to the bottom, even if the page doesn't have content. I searched solutions before making this post, but no real solutions. The newbie solution could be to put margin-top but that could make a full page look ugly. Btw, thanks in advance and that's my code.
<footer class"footer">
//content
</footer>
.footer {
position: relative;
}