Answers for "how to right adjust in css"

4

html align right

<p style="text-align:right;">Example</p>
Posted by: Guest on September-16-2020
0

text-align property in css

The different values of text-align are -
1) text-align: justify; (spreads throughout to the left and right)
2) text-align: center; (centers the text)
3) text-align: left; (the default value, shifts the text to left side)
4) text-align: right; (shifts the text to right side)
Posted by: Guest on September-10-2020

Code answers related to "how to right adjust in css"

Browse Popular Code Answers by Language