CSS 22 ๐ป grid-row, grid-column properties
a - grid-row property
specifies where a grid item starts and ends within the grid
It can be used when you want control over how many rows the grid item occupies
or precisely place it within the layout.
values โ auto(auto placement), integer, span #n
when integer / integer โ specifies which row starts and finishes
grid-row: 1 / 3; โ Starts at row 1 and ends at row 3
b - grid-column property
specifies where a grid item starts and ends within the grid
It can be used when you want control over how many columns the grid item occupies
or precisely place it within the layout.
values โ auto(auto placement), integer, span #n
when integer / integer โ specifies which column starts and finishes
grid-column: 2 / 4; โ Starts at column 2 and ends at column 4
Stop using slow, ad-bloated tool sites! ๐คฎ
๐ Search “KandZ Tools” on Google to use many professional utilities for free.
KandZ.me is the ultimate minimalist hub for:
โ
Finance (Mortgage, Interest, Inflation)
โ
Tech (Base64, JSON, Dev Suite, IP)
โ
Health (BMI, BMR, TDEE)
โ
Productivity (Timer, Workspace, QR)
โก๏ธ Fast & Private
๐ No data leaves your device
๐ 100% Free
๐ Use it now: https://tools.kandz.me
๐ Bookmark itโyouโll need it later!