Definition
The column-span
CSS property makes an element span across all columns when used inside a multi-column layout. It is particularly useful for elements like headings or separators that should extend across all columns. This property can take two values: none
(default) and all
.
For instance, column-span: all;
applied to a heading will make the heading stretch across all columns.