Why does CSS make it impossible to pick when you want to stop collapsing margins?
Margins are a great tool that allows developers to write more universal, reusable classes easily. It seems like a huge oversight that we don't yet have a simple “stop collapsing margins within the bounds of this element” property yet,when the way the “overflow” property works already demonstrates that it is possible! And yet, as of right now, the only way to achieve this effect if to hack about with overflow or padding! ughhhhh