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