css to justify text code example
Example 1: css text align justify
div {
text-align: justify;
text-justify: inter-word;
}
Example 2: justify text csss
text-align: justify;
Example 3: how to push text to the right css
padding-left: 3px;
Example 4: arranging the paragraph in css
center of para