CSS Subgrid demo
This is a demo I did on CSS Subgrid.
- the video on YouTube is here: https://www.youtube.com/watch?v=cs7c_RpJYUg
- the code for the demo is on github here: https://github.com/saltycrane/css-subgrid-example
It is a Next.js React project using CSS Modules. (As mentioned in the video, I wanted to use vanilla HTML and CSS for the demo, but this was just easier for me since I'm familiar with it.)
The code in the repo is slightly different than the code in the YouTube demo because I converted from using PostgreSQL to SQLite so I could include the data in the repo.