css text start from right code example
Example 1: css text align justify
div {
text-align: justify;
text-justify: inter-word;
}
Example 2: css text align left
body {
text-align: left;
}
Example 3: text-align attribute in css
text-align:inherit;