Answers for "how to change the color of a text to black in bootstrap"

47

bootstrap text color

<p class="text-primary">.text-primary</p>
<p class="text-secondary">.text-secondary</p>
<p class="text-success">.text-success</p>
<p class="text-danger">.text-danger</p>
<p class=&
Posted by: Guest on March-20-2020

Code answers related to "how to change the color of a text to black in bootstrap"

Browse Popular Code Answers by Language