Match properties

Report a typo

Match the grid properties to their descriptions.

Match the items from left and right columns
grid-column: span 3;
grid-row: span 3;
grid-column: 1 / 3;
grid-row: 1 / 3;
Sets the grid item to span three columns
Sets the grid item to start from the first column and span cells until the third column
Sets grid item to start from the first row and span cells until the third row
Sets the grid item to span three rows
___

Create a free account to access the full topic