jusify text css code example
Example 1: css text align justify
div {
text-align: justify;
text-justify: inter-word;
}
Example 2: arranging the paragraph in css
center of para
div {
text-align: justify;
text-justify: inter-word;
}
center of para