Tamás Hajas
Session
Intermediate
Frontend
CSS has always been used to lay out our web pages, but it's never done a perfect job of it. We used tables, floats, positioning, inline-block etc. But all of these methods were some kind of hacks.
Now CSS Grid is around the corner however! According to the release plans all major browsers will support it at the time of Drupal Developer Days!
Wait! Haven't we just started to use Flexbox?! – you could say. And you would be right!
I'll talk about the similarities and differences of Flexbox and CSS Grid. I'll also tell you about the terminology, concepts, and I'll show you how you can use CSS Grid to to create layouts.
Maybe we'll even rebuild Bartik using CSS Grid…(?)