.grid-container
grid-template-areas
550
none|
'myArea myArea .'|
'myArea myArea . .'|
'myArea myArea . . .'|
'myArea myArea .' 'myArea myArea .'|
'myArea myArea . .' 'myArea myArea . .'|
'. . .' '. myArea myArea'
CSS grid-template-areas
Demo of the different values of the grid-template-areas property.
Click the property values below to see the
result:
Play more with the code in our Tryit yourself editor:
Try it Yourself ❯