align in the center css code example
Example: centering css elements
// add to the parent element
.parent {
display: grid;
place-items: center;
}
// add to the parent element
.parent {
display: grid;
place-items: center;
}