/* Some CSS Properties that prevent margin collapsing (each of them does) */ float: left; float: right; position: absolute; display: inline-block; display: flex; overflow: hidden;