text center using css code example
Example 1: html align right
<p style="text-align:right;">Example</p>
Example 2: css text align center
body {
text-align: center;
}
<p style="text-align:right;">Example</p>
body {
text-align: center;
}