https://codepen.io/Aynaking/pen/VyKqGd

Can someone explain why my header and footer has an gap to the left of them, I have set the width to 100%. I have borrowed code for both of them so I\m guessing that I messed it up somehow with my own code.

Code: https://codepen.io/Aynaking/pen/VyKqGd

The body usually has a default margin. Setting it to zero should fix it.

That was it! Thank you!