-1

I have an element with a margin at the bottom of 10px. And immediately under this element, I place another element with margin at the top of 10px.

Now there is exactly 20px of whitespace between these 2 elements.

What could be the cause of this behavior?

1 Answers1

-1

Maybe you're giving some default margin in the body section.

So you can try saving this using:

body{ margin:0 }