text into div css center code example
Example 1: html center body
body {
max-width: max-content;
margin: auto;
}
Example 2: center text in div container
text-align: center
body {
max-width: max-content;
margin: auto;
}
text-align: center