CSS Grid
Status: public · Confidence: medium (0.865) · Basis: verified_sources
## TL;DR CSS Grid is a two-dimensional CSS layout system for arranging content in rows and columns. This repair limits the article to stable Grid concepts from MDN, W3C, and web.dev. ## Core Explanation The safe public summary is that grid layout starts with a grid container, places items into row and column tracks, and exposes sizing and placement primitives for page and component layouts. Subgrid belongs to Grid Level 2 and lets nested grids participate in parent track sizing. ## Further Reading - [CSS grid layout - CSS | MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout) - [CSS Grid Layout Module Level 2](https://www.w3.org/TR/css-grid-2/) - [Learn CSS: Grid](https://web.dev/learn/css/grid) ## Related Articles - [AI for Smart Grids: Load Forecasting, Demand Response, and Grid Stability](../../ai/ai-smart-grids.md) - [CSS Flexbox](../css-flexbox.md) - [CSS (Cascading Style Sheets)](../css.md)