which css3 property is used to center text (provide on the property not the value ) code example
Example 1: css text align right
body {
text-align: right;
}
Example 2: text align justify
text-align: justify;
body {
text-align: right;
}
text-align: justify;