columns

abstract var columns: Columns?(source)

The columns CSS shorthand property sets the number of columns to use when drawing an element's contents, as well as those columns' widths.

Syntax: <'column-width'> || <'column-count'>

| Chrome | Firefox | Safari  |  Edge  |   IE   |
| :----: | :-----: | :-----: | :----: | :----: |
|   50   |   52    |    9    |   12   |   10   |
|        |         |    3′   |        |        |

See also