Live CSS shows yout the css that applies to the element and the css that is inherited from parent elements. margin is not an inherited property. If you specify a margin ona parent element, child elements dont get that margin also applied to them. It is true that visually it "looks like" the margin is applied to the child, but that's not actually the case.
|