html center text vertically and horizontally in div code example
Example 1: centering css elements
// add to the parent element
.parent {
display: grid;
place-items: center;
}
Example 2: how to assign something in center inside a div
P { text-align: center }
H2 { text-align: center }