The number of cells

Report a typo

Assume you have this grid container:

Grid container

How many cells will this item span?

.item-4 {
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
}
Enter a number
___

Create a free account to access the full topic