text alignr css code example
Example 1: center text in css
.class {
text-align: center;
}
Example 2: css text align justify
div {
text-align: justify;
text-justify: inter-word;
}
.class {
text-align: center;
}
div {
text-align: justify;
text-justify: inter-word;
}