Multi-column layout flows content into newspaper-like columns with minimal code.
Core properties
column-countcolumn-widthcolumn-gapcolumn-rule
Pitfall
Complex interactive components may fragment awkwardly across columns. Use with primarily textual content.
Important interview questions and answers
- Q: Multi-column vs grid?
A: Multi-column flows content automatically; grid places items in explicit tracks. - Q: Best content type for multi-column?
A: Article-style text and simple blocks. - Q: Common readability issue?
A: Narrow columns with poor line length control.
Practice: Change one property in the playground and observe cascade + layout in DevTools.