CSS 21 ๐ป grid-row-start, grid-column-start, grid-row-end and grid-column-end properties
a - grid-row-start and grid-column-start properties
grid-row-start specifies where a grid item should start within a grid row
values โ auto(next available row), integer, span #n
grid-row-start: 2; โ Places the grid item at the start of row 2
grid-column-start specifies where a grid item should start within a grid column
values โ auto(next available row), integer, span #n
grid-column-start: 3; โ Places the grid item at the start of column 3
b - grid-row-end and grid-column-end properties
grid-row-end specifies where a grid item ends within a grid row.
values โ auto(next available row), integer, span #n
grid-row-end: 4; โ Places the grid item at the end of row 3
grid-column-end specifies where a grid item ends within a grid column.
values โ auto(next available row), integer, span #n
grid-column-end: 4; โ Places the grid item at the end of column 3
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!