columnWidth

The column-width CSS property sets the ideal column width in a multi-column layout. The container will have as many columns as can fit without any of them having a width less than the column-width value. If the width of the container is narrower than the specified value, the single column's width will be smaller than the declared column width.

Syntax: <length> | auto

Initial value: auto

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

See also