CSS ref Multi Column
From w3cyberlearnings
# | Property | CSS | Description |
---|---|---|---|
1 | column-count | 3 | Sets the number of columns an element should be divided into |
2 | column-fill | 3 | Sets how to fill columns |
3 | column-gap | 3 | Sets the gap between the columns |
4 | column-rule | 3 | Sets for all the column-rule-* properties (shortcut) |
5 | column-rule-color | 3 | Sets the color of the rule between columns |
6 | column-rule-style | 3 | Sets the style of the rule between columns |
7 | column-rule-width | 3 | Sets the width of the rule between columns |
8 | column-span | 3 | Sets how many columns an element should span across |
9 | column-width | 3 | Sets the width of the columns |
10 | columns | 3 | A shorthand property for setting column-width and column-count |