Answers for "css align text to right of div"

CSS
2

css text align right

body {
  text-align: right;
}
Posted by: Guest on April-09-2020
0

how to get 2 words one left aligh and right align in css

<p style="text-align:left;">
    This text is left aligned
    <span style="float:right;">
        This text is right aligned
    </span>
</p>
Posted by: Guest on June-25-2021

Browse Popular Code Answers by Language