html - CSS: how to attach footer to the bottom of the page - Stack Overflow
https://stackoverflow.com/questions/44258085/css-how-to-attach-footer-to-the-bottom-of-the-page
WebMay 30, 2017 · No need to specify the position for footer, also remove the bottom and left. You need to specify the height (in %) of every section. Try with below CSS, html, body { margin: 0; padding: 0; height: 100%; width: 100%; font-family: "Times New Roman", Times, serif; font-size: 20px; } header { height:10%; background: rgba (150,150,150,0.5); border ...
DA: 73 PA: 86 MOZ Rank: 17