#column-count
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.