Answers for "bootstrap text succes"

18

text-bold bootstrap

<p class="font-weight-bold">Bold text.</p>
Posted by: Guest on February-20-2021
-1

change text color in bootstrap

There are pre-defined Colors in Bootstrap. 
Learn More about their color classes in their docs section.

<p class="text-success">Success.</p>
Posted by: Guest on November-12-2021

Browse Popular Code Answers by Language