Currently, I am working on a small personal project to brush up my HTML & CSS skills, and I am encountering some difficulties in fixing the footer of my website to the bottom of the page. You can view the site here.
I have researched online and discovered that my footer CSS should contain:
bottom: 0;
position: fixed;
While this code does fix the footer to the bottom, it extends beyond the width of my container and looks incorrect. Can anyone provide assistance?
Appreciate any help.