css left justify text code example
Example 1: text align center
text-align: center;
Example 2: css text align right
body {
text-align: right;
}
Example 3: use text-align to justify the paragraph style
text-align: justify;
text-align: center;
body {
text-align: right;
}
text-align: justify;