Bootstrap CSS Classes

Bootstrap CSS class .text-white-50

<p class="text-white-50 bg-danger">I'm a text with 50% opacity white</p>

Preview

CSS source

/* _text.scss:52 */
.text-white-50 { color: rgba($white, .5) !important; }

// Misc

.text-hide {
  @include text-hide($ignore-warning: true);
}

Check .text-white-50 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 Text category

© 2024 Shuffle. All rights reserved.