I'm currently working on creating a footer that stretches across the entire width of the screen. Originally, I had it nested within the body tag which was centered with a width of 825px. To remove this width constraint, I moved the footer under the html tag.
However, the issue now is that the footer element aligns with the centered body tag at the bottom left instead of starting at the very left-hand side of the screen.
What steps should I take to ensure that the footer element spans the full width of the screen from left to right?