The column-span CSS property makes it possible for an element to span across all columns when its value is set to all. An element that spans more than one column is called a spanning element.
Overview tablenone
columnSpan
column-span: all
column-span: none
Makes 4 columns and creates a span that crosses through columns
#column {
column-count: 4;
column-gap: 2em;
padding: 5px;
}
.span-content {
column-span: all;
}
Notes
An element that spans more than one column is called a spanning element.
Related specificationscolumn-span
Mozilla Developer Network : Article
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4