HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

column-count

Description

The column-count property for CSS describes the number of columns of a multicol container.

Syntax

CSS

column-count: value;

JS

object.style.columnCount = "value";

Values

<'column-count'> = auto | <integer [1,∞]>
auto

Automatically specified by the user agent.

<integer>

Specifies one or more decimal digits (0-9).

Initial

auto

Examples

1 · auto

2 · integer

3 · JS