I am trying to make a footer, but the left and right sides show some white space. How to remove the white space?
Here is my code:
The body has a default margin. Remove it via:
html,body { margin:0; padding:0; }