I’m almost finished coding my website. I made my footer under all divs, and sections. I used a new section, <footer>.
But the footer doesn’t go under the contents. why? It is stickied to top.
How do I make it stick to the bottom, but not always, you know when you go on the website, you will not see the footer until you scroll down.
Just edit your
cssto remove height property,change to
height: auto;