0% found this document useful (0 votes)
25 views1 page

Grid Garden

Uploaded by

sunny950775
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

Grid Garden

Uploaded by

sunny950775
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

grid-column-start: 3;

grid-column-start: 5;

grid-column-end: span 3;

grid-column-end: 2;

grid-column-end: -2;

grid-column-start: 4;

grid-column-end: span 2;

grid-column-end: span 5;

grid-column-start: -4;

grid-column: 4 / 6;

grid-column: span 3 / 5;

grid-row-start: 3

grid-row: 3 / 6;

grid-row: 5;
grid-column: 2;

grid-column: span 4 / 6;
grid-row: span 5;

grid-area: span 3 / 2 / 4 / 6;

grid-area: 2 / 3 / 5 / 6;

order: 3;

order: -1;

grid-template-columns: 50% 0% 0% 0% 0%;

grid-template-columns: repeat(1, 12.5%);

grid-template-columns: 100px 3em 40%;

You might also like