New! My 44-page ebook "CSS in 44 minutes" is out! 😃

Get it now →

#column-count

Defines the number of columns of the element.

default column-count: auto;

Removes any columns from the element (unless another column- property was set).

column-count: 3;

When using an integer value, the element will distribute its child elements across the number of columns defined.