SAStephen Adebamboinsteveoncaffeine.hashnode.dev·Sep 2, 2022 · 5 min readThe Margin CollapseI 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;...03ZMC