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

Bootstrap class: .text-muted

<p class="text-muted"> Heron alap ceroau kesse elex ruta. Tauru hemed ela meliado egeb selof.</p>

Preview

Heron alap ceroau kesse elex ruta. Tauru hemed ela meliado egeb selof.

Check .text-muted 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:49 */
.text-muted { color: $text-muted !important; }

.text-black-50 { color: rgba($black, .5) !important; }
.text-white-50 { color: rgba($white, .5) !important; }

// Misc

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

Uses variables

Code copied to the clipboard.

Copying failed

/* _text.scss:49 */
$text-muted
$black
$white
$ignore-warning:

More in Bootstrap Text