how to make a grid parent appear in the center code example
Example: place item center in css using grid
.parent-element {
display: grid;
place-items: center;
}
.parent-element {
display: grid;
place-items: center;
}