Answers for "how to aligne a paragraph to the right in css?"

CSS
1

css text align left

body {
  text-align: left;
}
Posted by: Guest on April-09-2020
1

css text align right

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

Code answers related to "how to aligne a paragraph to the right in css?"

Browse Popular Code Answers by Language