justify right css code example
Example 1: justify text csss
text-align: justify;
Example 2: css text align right
body {
text-align: right;
}
Example 3: text-align attribute in css
text-align:inherit;
text-align: justify;
body {
text-align: right;
}
text-align:inherit;