html center body
body {
display:flex; flex-direction:column; justify-content:center;
min-height:100vh;
}
Source:stackoverflow.com
html center body
Source:stackoverflow.com
css text align center
body {
text-align: center;
}
body {
display:flex; flex-direction:column; justify-content:center;
min-height:100vh;
}
body {
text-align: center;
}