Home·CSS properties

column-count

Layout

Sets how many columns the content is split into.

How to write itcolumn-count: auto;
Common valuesauto, 2, 3
InheritedNo — it stops at this element
Part ofcolumns
CategoryLayout

How to read this

  • An inherited property only needs writing once on the parent — every child picks it up. Most text properties work this way.
  • A shorthand resets whatever you leave out. Writing background: red alone also wipes a background image you set earlier.
  • When rules collide, the more specific selector wins; only when specificity ties does source order decide.
  • Animate transform and opacity for smoothness. Changing width or top forces the layout to be recalculated.

Frequently asked questions

Q. What is the CSS column-count property?

Sets how many columns the content is split into.

Q. How do you write column-count?

As column-count: auto; Common values include auto, 2, 3.

Q. Is column-count inherited?

No. It applies only where you write it, so each element needs its own declaration.

Q. Which shorthand sets column-count?

columns can set it in one line.

Properties in the same group

Reference docs