When creating a set of equal size columns in CSS for an unknown number of items, you might first reach for flexbox to solve the problem. However, there are actually quite a lot of gotchas when using flexbox, but CSS grid makes this super simple.
Bits and bytes of code
Bytes is my collection of short-form posts, tips, and things I learn as I build software.