Columns Example

The CSS columns property is a shorthand property for setting multiple column-related properties in one place. Specifically, it sets the column-width and column-count properties.

This is an efficient way of coding your multi-column layouts.

Try changing the values to see the effect it has on this example.