is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .text-white

<p class="text-white">Donec ullamcorper nulla non metus auctor fringilla.</p>

Preview

Donec ullamcorper nulla non metus auctor fringilla.

Check .text-white in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

Tips 💡

Sass source

/* _text.scss:42 */
.text-white { color: $white !important; }

@each $color, $value in $theme-colors {
  @include text-emphasis-variant(".text-#{$color}", $value);
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _text.scss:42 */
$white
$color
$value
$theme-colors
$color}"
$value

More in Bootstrap Colors