|
|
|
|
|
by iza
1367 days ago
|
|
There is the columns CSS property: https://developer.mozilla.org/docs/Web/CSS/columns You probably don't want to apply it to a whole document because then you need to scroll back to the top to read the second half. But it can be effective to columnize text sections between headings. |
|