1 – No Flex
Unless we've changed something (like using float
or display: inline-block;
), block-level elements, like DIVs, will flow naturally into the appearance of a column. Why?
Because that's the natural flow of an HTML document for block-level elements.