boex in grid row code example
Example: css grid align
.grid {
display: grid;
align-items: center; /* left and right */
justify-content: center; /* up and down */
}
.grid {
display: grid;
align-items: center; /* left and right */
justify-content: center; /* up and down */
}