ScanSkill

columns

The columns property defines the column-width and the column-count.

Syntax

columns: column-width column-count | auto;

Example

.mydiv {
  columns: 50px 3;
}
columns

Property Values

column-width: sets the width of the columns.

column-count: sets the number of the columns in an element.

auto: sets the width and column counts automatically. (default value)