main
Basit Ali 2022-09-03 16:12:00 +05:00
parent 8d54f2aa75
commit b2b1e8053e
23 changed files with 1 additions and 1 deletions

View File

@ -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 |
| --- | --- | ---|

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 348 KiB

After

Width:  |  Height:  |  Size: 348 KiB