grid
CSS Property:
Result:
1
2
3
4
5
6
CSS Code:
#myDiv {
padding:30px;
background-color:#86C2DE;
text-align:center;
display:grid;
grid:150px / auto auto auto;
}
Click the property values above to see the result
Click the property values above to see the result