CSS column-span Property
In CSS's column-span property specifies how many columns an element can span across. It can have a value of none | all | initial | inherit.
Syntax
Property Values
Value | Description |
---|---|
none | The default value. The element should take up one column. |
all | The element should be present in all columns. |
initial | This property is set to its default value. |
inherit | This property is inherited from its parent element. |
Supported Browsers
Element | Chrome | Firefox | Safari | Edge / IE | Opera |
---|---|---|---|---|---|
column-span |
50.0
4.0 -webkit- |
71.0 |
9.0
3.1 -webkit- |
10.0 |
37.0
15.0 -webkit 11.1 |