w3 text on same line left and right ali code example
Example 1: center text in css
.class {
text-align: center;
}
Example 2: css text align right
body {
text-align: right;
}
.class {
text-align: center;
}
body {
text-align: right;
}