align text to the left css code example
Example 1: css text align right
body {
text-align: right;
}
Example 2: css text align left
body {
text-align: left;
}
Example 3: text-align attribute in css
text-align:inherit;
body {
text-align: right;
}
body {
text-align: left;
}
text-align:inherit;