CSS Grid
/siː es es ɡrɪd/
Definition
A two-dimensional CSS layout system that controls rows and columns simultaneously.
Example in context
"Grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) creates a responsive card layout with zero media queries."
Related terms
Practice this term
Master CSS Grid in context by working through exercises in the CSS & Frontend module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.