back

Column-Count

This is used to define how many columns an element will be split into.

Its options are:
(1) Auto, the browser will automatically decide, according to other CSS properties.
(2) Number, you set the number of columns you want the element to split into.


For maximum browser support, you should use the following prefixes:
(1) column-count:
(2) -moz-column-count:
(3) -webkit-column-count:

Example