1
2
3
4
5
6
7
8
display: grid
on your element.grid-template-columns
and add as many as you want columns.grid-template-rows
.grid-gap
.grid-template-columns
and grid-template-rows
one parameter is equal to one column or one row, and don't forget to give size to your rows and columns.