I still dont understand margins well, even after years
sometimes they work, sometimes they dont. Are there any simple rules?
for example I had this:
this is a block element inside of a bootstrap .container
as you can see, the top margin works, the bottom margin doesnt.
If I switch the display: block;
of that all rights reserved element to display: inline-block;
it starts working.
why is that?