css align justify code example
Example 1: text align justify
text-align: justify;
Example 2: css text align right
body {
text-align: right;
}
Example 3: arranging the paragraph in css
center of para
text-align: justify;
body {
text-align: right;
}
center of para