Easily realign text to components with text alignment classes.
Justified text.
No wrap text.
Left aligned text on all viewport sizes.
Center aligned text on all viewport sizes.
Right aligned text on all viewport sizes.
Left aligned text on viewports sized SM (small) or wider.
Left aligned text on viewports sized MD (medium) or wider.
Left aligned text on viewports sized LG (large) or wider.
Left aligned text on viewports sized XL (extra-large) or wider.
Transform text in components with text capitalization classes.
Justified text.
Lowercased text.
Uppercased text.
CapiTaliZed text.
Use .d-block
, .d-inline
, or .d-inline-block
to simply set an element’s display
property to block
, inline
, or inline-block
(respectively).
Bold text.
Normal weight text.
Italic text.
These utility classes float an element to the left or right, or disable floating, based on the current viewport size using the CSS float
property. !important
is included to avoid specificity issues. These use the same viewport width breakpoints as the grid system.