how to center a div in the middle of the screen with grid code example
Example: place item center in css using grid
.parent-element {
display: grid;
place-items: center;
}
.parent-element {
display: grid;
place-items: center;
}