align text on both sides according to the text width code example
Example 1: justify text csss
text-align: justify;
Example 2: css text align right
body {
text-align: right;
}
text-align: justify;
body {
text-align: right;
}