grid-template-areas
CSS Property:
Result:
1
2
3
4
5
6
7
CSS Code:
#myDiv {
display: grid;
grid-gap: 10px;
background-color: #86C2DE;
padding: 10px;
grid-template-areas:none;
}
Click the property values above to see the result
Click the property values above to see the result