body text align center code example
Example 1: html center body
body {
display:flex; flex-direction:column; justify-content:center;
min-height:100vh;
}
Example 2: body{text-align: center;}
body{
text-align: center;
}
body {
display:flex; flex-direction:column; justify-content:center;
min-height:100vh;
}
body{
text-align: center;
}