Search code examples
htmlwindowfooter

Footer issues: Can't extend to edges of window


I can't seem to get my footer to extend to left and right edges of the browser window. I've been trying everything, but I can't get it to work. How would I do this?

Thanks


Solution

  • Just add it to your css:

    html, body {
        margin:0;
        padding:0;
    }