Ahmad Shadeed @ishadeed.com · 19d

I wrote about how to build a sport standings layout with grid and subgrid. If you haven't learned subgrid yet, this might be a good use case to see how it works! ✨ ishadeed.com/article/fifa...

26 likes 2 replies

?

Replies

Jeff Bridgforth · 17d

I enjoyed your article about the tournament grid. I had done a similar exercise several years ago for the NCAA Tournament. codepen.io/webcraftsman... I like your solution with a combination of grid, subgrid, and flexbox. I might consider updating my solution next year.

James Stuckey Weber · 17d

I wanted to recreate the collapsing scroll I saw in some module bracket views and got a bit carried away. I just used space-around, but am curious to try your method! codepen.io/jamessw/pen/...