CSS column-count property

Description

CSS column-count property represents the number of columns within a block.

Syntax

column-count : auto | integer

Property values

autoDefault

In this case, the number of columns depend upon the column-width.

column-count: auto;

integer

integer value determines the number of columns in a block. 3 means three columns in a block.

column-count: 3;

Applicable to

It applies to multi-column container.

#CSS digger
Was this article helpful?

 
column count represents the number of columns and distributes the content among those columns
×

Ctrl+D