Html – How do I make the footer stick to the bottom of the page?
For some reason, it only works on the home page. Any suggestions? One more thing, the site is here: https://captainsapphire.github.io/ (Ignore the other issues for right now). #footer-container { align-items: center; justify-content: center; } footer { background-color: #1D3557; color: #E63946;…