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

Bootstrap class: .bg-white

<div class="bg-white">Nullam id dolor id nibh ultricies vehicula ut id elit.</div>

Preview

Nullam id dolor id nibh ultricies vehicula ut id elit.

Check .bg-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

/* _background.scss:13 */
.bg-white {
  background-color: $white !important;
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _background.scss:13 */
$white

More in Bootstrap Colors