@codeDavidCSubmitted about 2 years ago
The only question I have is what is the best or way to keep the footer at the bottom but that doesn't overlap content either?
The only question I have is what is the best or way to keep the footer at the bottom but that doesn't overlap content either?
Hello, David. Try using -
footer{ position: fixed; bottom: 0; width: 100%; height: 60px; }
I hope that answers your question.
Your solution wasn't uploaded right. Try uploading to Github, Netlify(I use Netlify and it works)... Copy both links and upload on your solution page. Also, please, take note of @richardpaul21 advice too. You know what... Disregard my above comments. I see all those steps have been done before my comment. Your solution is good, just that you didn't upload right. Make sure the file you're uploading has your index.html file. I hope you find this helpful.