2.290539 ETH / 22393.74 USD

Example

Colorize text with color utilities.

.text-primary

.text-secondary

.text-success

.text-danger

.text-warning

.text-info

.text-light

.text-dark

.text-body

.text-muted

.text-white

.text-black-50

.text-white-50

Code Example
    <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="text-warning bg-dark">.text-warning</p>    <p class="text-info bg-dark">.text-info</p>    <p class="text-light bg-dark">.text-light</p>    <p class="text-dark">.text-dark</p>    <p class="text-body">.text-body</p>    <p class="text-muted">.text-muted</p>    <p class="text-white bg-dark">.text-white</p>    <p class="text-black-50">.text-black-50</p>    <p class="text-white-50 bg-dark">.text-white-50</p>