What CSS grid can do that flex cannot?
Jun 8, 2021 · 2 min read · Recently I had a problem where I had to make a responsive UI. On mobile, it has one column and on desktop two. Sounds simple initially, and it did to me as well. Mobile Desktop My initial thought was just to use flex with 2 columns. However, ...
DEdidiong commented


