mirror of https://github.com/rjbasitali/tutorials
dp intro
parent
8d54f2aa75
commit
b2b1e8053e
|
|
@ -41,7 +41,7 @@ Using the `grid-column-start` and `grid-column-end` properties, we can span a si
|
|||
|
||||
Likewise, we also have `grid-row-start` and `grid-row-end` properties for placement and spanning of a child element using rows.
|
||||
|
||||
Keep in mind that the numeric value you use for these properties is the **line number**. e.g. the following table has 4 lines for columns, starting from 1 to 4, and 4 for rows.
|
||||
Keep in mind that the numeric value you use for these properties is the **line number**. e.g. the following table (grid) has 4 lines for columns, starting from 1 to 4, and 4 for rows.
|
||||
|
||||
| a | b | c |
|
||||
| --- | --- | ---|
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 348 KiB After Width: | Height: | Size: 348 KiB |
Loading…
Reference in New Issue