General
Border additive
Add borders to custom elements.
Subtractive Border
Or remove borders to custom elements.
Border Color
Change the border color using utilities built on our theme colors.
Border Width
Change the border color using utilities built on our theme colors.
Border Opacity
To change that opacity, override --bs-border-opacity
via custom styles or inline styles.
Border Radius
Add classes to an element to easily round its corners.
Rounded Sizes
Use the scaling classes for larger or smaller rounded corners. Sizes range from 0
to 3
, and can be configured 4
& 5
by modifying the utilities API.
Colors
Colorize text with color utilities. If you want to colorize links, you can use the .link-* helper classes which have :hover
and :focus
states.
.text-primary
.text-secondary
.text-success
.text-danger
.text-warning
.text-info
.text-light
.text-dark
.text-body
.text-muted
.text-white
.text-black-50
.text-white-50
Colors opacity
To change that opacity, override --bs-text-opacity
via custom styles or inline styles.