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

Bootstrap class: .border-white

<span class="border border-white">Hello World</span>

Preview

Hello World

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

/* _borders.scss:25 */
.border-white {
  border-color: $white !important;
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _borders.scss:25 */
$white

More in Bootstrap Borders