I have a simple markup with just a body with nothing in it, when I style the body like this:
body {
width: 200px;
height: 200px;
background-color: antiquewhite;
margin: auto;
}
In stead of just filling the body the whole screen is filled up with the background-color, it doesn't make any sense to me, is this some crazy CSS weirdness?