align text in block center code example
Example 1: center css elements
body{
display: grid;
place-items: center;
}
Example 2: how to center a div
margin:auto
body{
display: grid;
place-items: center;
}
margin:auto