how to center an item html code example
Example: html center body
body {
display:flex; flex-direction:column; justify-content:center;
min-height:100vh;
}
body {
display:flex; flex-direction:column; justify-content:center;
min-height:100vh;
}