Bootstrap CSS Classes

Bootstrap CSS class .text-white

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

Preview

CSS source

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

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

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.

More Bootstrap CSS classes in Colors category

© 2024 Shuffle. All rights reserved.