CSS Columns
The simplest layout method uses the column-count CSS attribute to spread
content over multiple columns. You can specify the spacing and borders between
column elements, and allow elements like headers to span multiple columns.
Very useful because you can edit the text and the browser picks the column breaks automatically.
For the same reason, not great if you're trying to get things to line up horizontally.