I am working on a video project explaining some CSS concepts. I wanted to show how the body element has a default margin applied.
This definitely used to be an issue in the past where you needed to reset the margin if you intended to uses a background color.
I just tried in every major browser and this behavior is not happening. If I set a background color, even though the body has a margin of 8px be default in chrome, the background color extends to the edges of the screen.
This is even "fixed" in IE for me.
What happened??