Hacker News new | ask | show | jobs
by wilsmex 2464 days ago
I did a pretty popular comprehensive video tutorial on CSS grid: https://www.youtube.com/watch?v=SPFDLHNm5KQ

Best 40 minutes you'll spend if you want to learn CSS Grid! :) First 5 mins are a bit of history, with grid starting at the 5 min. mark.

1 comments

Great work with the tutorial. One question though, aren't flexbox and grid supposed to be complementary systems? The history part seems to suggest that css grid is the next step in the evolution, or an improvement over flex.