hwo to make text align center in css code example
Example 1: css text align justify
div {
text-align: justify;
text-justify: inter-word;
}
Example 2: text-align attribute in css
text-align:inherit;
div {
text-align: justify;
text-justify: inter-word;
}
text-align:inherit;