In a CSS grid layout, a grid cell is the smallest unit you can have on your CSS grid. It is the space between four intersecting grid lines and conceptually much like a table cell....wrapper { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows:...reference grid-template-columns grid-template-rows grid-auto-rows...