The Margin Collapse
Sep 2, 2022 · 5 min read · I was fiddling around in VS Code a few weeks ago, practicing CSS. Somewhere along the line, I created two divs and wrote a few style rules for both. <div id="div-one">Div One</div> <div id="div-two">Div Two</div> #div-one, #div-two { width: 100px;...
ZMCZikora and 2 more commented