text left css code example
Example 1: css text align right
body {
text-align: right;
}
Example 2: css text align left
body {
text-align: left;
}
Example 3: text align justify
text-align: justify;
body {
text-align: right;
}
body {
text-align: left;
}
text-align: justify;