SyntaxFix
Write A Post
Hire A Developer
Questions
That's the default margin/padding of the body element.
body
Some browsers have a default margin, some a default padding, and both are applied as a padding in the body element.
Add this to your CSS:
body { margin: 0; padding: 0; }