Answers for "how to align text ro the right in html using bootstrap"

3

place text in the right bootstrap

* If you need to put your text in the right most of row div.
Add the css class "text-right" (4.6) or text-end (5)


* If you need to put your item in the right most of row div. 
Add the css class ml-auto
Posted by: Guest on August-10-2021
0

text align left bootstrap

.content{
  text-align: left;
}
Posted by: Guest on November-26-2021

Code answers related to "how to align text ro the right in html using bootstrap"

Browse Popular Code Answers by Language