White-50
From Bootstrap - Demo Wiki
Color | ||
---|---|---|
Name | Muted | |
Description | White color with 50% transparency used on text. | |
Provider | Skin, BootstrapComponents | |
Prefixes | text |
|
Reference | getbootstrap.com - color |
Text
- Code
<div class="p-3 text-white-50 bg-dark" >
This is a div with semi-transparent white text over a dark background!
</div>
- Result
This is a div with semi-transparent white text over a dark background!