The Multi-Column Layout module in CSS allow users to layout their content in a column format, based on a number of different properties.
The Multi-Column Layout module in CSS allows users to layout their content in a column format, based on a number of different properties.
This includes setting a column count or a column height, to automatically split content to fit, as well as setting a column gap, to control spacing, and more.
Read the W3C Specification:
https://www.w3.org/TR/css3-multicol/
Read the guide on MDN Web Docs:
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Columns/Using_multi-column_layouts