Hello!
I’m currently doing the “CSS Layout” module and I learned about two different techniques that do pretty much the same thing - Multicol and CSS Grid. The latter one is more flexible, I’ve found out. So in which case should I use Multiol?
Hello!
I’m currently doing the “CSS Layout” module and I learned about two different techniques that do pretty much the same thing - Multicol and CSS Grid. The latter one is more flexible, I’ve found out. So in which case should I use Multiol?
Multicol is about text only, whereas grid is about the complete layout. Multicol lets you have a single text block but break it into multiple columns, like newspapers often do (without worrying where to split the text, and also leaving the text in a single element wich makes more sense semantically).