Web Dev
Top Margin Stolen From Child Element And Added to Parent (Margin Collapsing)
November 24, 2010 | Web Dev
One of the biggest frustrations that I have encountered with my time dealing with CSS is the Collapsing Margin Bug. It technically isn’t a bug, because for some reason, this was actually intentional, but here it goes: The Issue: For this example, imagine that you have a child element (layer, paragraph text, heading, etc…) contained […]
Read More