column-width

Draft

Definition

The column-width CSS property suggests an optimal column width in a multi-column layout. The browser will create as many columns of that width as possible, and will adjust the width somewhat to fill the available space. Values must be non-negative, with ‘auto’ as default.

For example, column-width: 200px; suggests to the browser to set the width of each column to 200px if space allows.