text alignment justify code example
Example 1: css text align justify
div {
text-align: justify;
text-justify: inter-word;
}
Example 2: text align justify
text-align: justify;
Example 3: css text align center
body {
text-align: center;
}