I am confused by the margin in the console layout which stated both 48 on top and 48 at the bottom. I have used bootstrap to indicate the margin my-5 but on the console it shows 48. Could anyone explain it?
My code is as such:
<div class="header my-5 border border-2 border-danger">
<p>Hello</p>
</div>