Bootstrap CSS Classes

Bootstrap CSS class .border-white

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

Preview

CSS source

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

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.

More Bootstrap CSS classes in Borders category

© 2024 Shuffle. All rights reserved.