css how to put text in right code example
Example 1: css text align center
body {
text-align: center;
}
Example 2: css text align left
body {
text-align: left;
}
body {
text-align: center;
}
body {
text-align: left;
}