This is a repository with answers to some (annoying) issues that I encountered when working with HTML and CSS.
Some browsers have this nasty habbit of having some weird defaults, in this case a weird border around elements that are supposed to be from edge to edge, and start from top.
Solution:
body {
margin: 0px;
padding: 0px;