Check out this source:
<div style="border:1px solid red; margin-bottom:10px">test blockA,</div>;
<div style="border:1px solid red; margin-top:10px">test blockB</div>;
There is consistently a spacing of 10px
between blockA and blockB...
I'm uncertain about the issue. Please refrain from suggesting 'use padding
' or 'change 20px
'.
The requirement is to utilize margin-bottom
, margin-top
with only 10px
.