CSS subgrid solves the hardest grid alignment problems 🏗️
Child elements can participate in the parent grid — aligning across components without hacks.
grid-template-columns: subgrid;
grid-template-rows: subgrid;
Baseline 2023 ✅
Learn more 👇
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Subgrid
