align para css code example
Example 1: how to center text in css
.class {
text-align: center;
}
Example 2: css text align center
body {
text-align: center;
}
Example 3: text align justify
text-align: justify;
.class {
text-align: center;
}
body {
text-align: center;
}
text-align: justify;