ScanSkill

column-width

The column-width property defines the width of the columns of an element.

Syntax

column-width: value | auto;

Example

.mydiv {
  column-width: 350px;
}
column-width

Property Values

value: sets the given value as the width of the columns.

auto: sets the width of the columns automatically. (default value)