Bootstrap CSS Classes

Bootstrap CSS class .bg-white

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

Preview

CSS source

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

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.

More Bootstrap CSS classes in Colors category

© 2024 Shuffle. All rights reserved.