center justify text code example
Example 1: css text align justify
div {
text-align: justify;
text-justify: inter-word;
}
Example 2: text align css
p{
text-align:center;/*values: center, left, right, etc...*/
}
Example 3: use text-align to justify the paragraph style
text-align: justify;