how to align text in html to center code example
Example 1: align centre
.headerTwoDiv{
margin:1% auto;
margin-right: auto; margin-left: auto; width: 21%;
padding-top: 11px;
}
Example 2: how to center text in html
<p><center>YourText</center></p>