Edit page
Home
Getting Started
Components
Forms
Typography
Utilities
Visualization Components

Borders

Use border utilities to style the border and border radius of an element.

Notation

Border utilities are always can be applied to all breakpoints (from xs to lg). The syntax for usage is as follows:

// Without breakpoint
.border
.border-{value} // .border-0
.border-{position} // .border-top
.border-{position}-{value} // .border-top-0
// With breakpoint
.border-{breakpoint} // .border-md
.border-{breakpoint}-{value} // .border-sm-0
.border-{position}-{breakpoint} // .border-left-md
.border-{position}-{breakpoint}-{value} // .border-left-xs-0

Additive

Subtractive

Colors