Cheatography
https://cheatography.com
Container
grid-template-columns |
10px 1fr 2fr |
grid-template-rows |
20% auto |
grid-template-columns |
[first] 40px [line2] 50px [end] |
grid-template-columns |
repeat(3, 20px) |
grid-template-areas |
logo title title /n aside . main |
grid-column-gap |
10px |
grid-row-gap |
10px |
grid-gap |
<grid-row-gap> <grid-column-gap> |
justify-items |
start | end | center | stretch |
align-items |
start | end | center | stretch |
place-items |
<align-items> / <justify-items> |
|
|
Grid Items
grid-column-start |
<number> | <name> | span <number> |
grid-column |
<start-line> / <end-line> |
grid-row |
<start-line> / <end-line> |
grid-area |
<name> | <row-start> / <column-start> / <row-end> / <column-end> |
justify-self |
start | end | center | stretch |
align-self |
start | end | center | stretch |
place-self |
<align-self> / <justify-self> |
|
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets