An intro to CSS Grid
April 12, 2024
What is CSS Grid? #As the name implies, CSS Grid is a way to define a grid-based layout: a set of rows and columns (not unlike a table).To create a grid with CSS Grid, you specify the number of rows and columns, and wide and tall each one should be.
An excellent step by step introduction by Chris Ferdinandi to CSS Grid.
You should be using it (not al the time for everything but the right time for some things). You probably aren’t.