Hi, Not tested but this would probably work for an arbitrary number of columns:
[.columns]
—
content A
content B
content C
—
. columns {
-webkit-column-count: auto;
-moz-column-count: auto;
column-count: auto;
}
Hi, Not tested but this would probably work for an arbitrary number of columns:
[.columns]
—
content A
content B
content C
—
. columns {
-webkit-column-count: auto;
-moz-column-count: auto;
column-count: auto;
}