#179: A Grid of Squares

CSS-Tricks Screencasts - A podcast by CSS-Tricks

Categories:

Using CSS grid to make a grid, is, well, the whole point. But what if you want all those grid items to maintain an aspect ratio, like a 1:1 square? It’s possible, but it involves a little trickery. In this …