Answers for "align one thing to the left and other to the right css"

1

css align to left

body {
  text-align: left;
}
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

Code answers related to "align one thing to the left and other to the right css"

Browse Popular Code Answers by Language