description & Usage
To determine the number of columns, we use the column-span property.
Informations
| # | Description |
|---|---|
| Default Value | none |
| Inherited | no |
| Animatable | no |
| Version | CSS3 |
| JavaScript syntax | object.style.columnSpan="all" |
Browser compatibility and Support
| # | Chrome | Edge | Firefox | Safari | Opera |
|---|---|---|---|---|---|
| column-span |
Syntax
Values
| Values | Description |
|---|---|
| none | Default mode. |
| all | Specifies that the corresponding tag should be included for all columns. |
| initial | Adds this value to its default property. |
| inherit | It inherits this value from its parent tag. |