Implicit rows

Understand what is implicit rows

1

2

3

4

5

6

7

8

9

10

11

12

  1. Implicit rows allow us to declare the size of an implicitly created grid row.
  2. To create implicit rows we need this grid-auto-rows method.
  3. grid-auto-rows is useful when we don't know how many rows our grid will contain. We can even define just this instructions if we don't know how many rows we need.