Use border utilities to quickly style the border and border-radius of an element. Great for images, buttons, or any other element. Please read the official documentation for the full list of options.
Add classes to an element to easily round its corners. official documentation for the full list of options.
Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too. Please read the official documentation for the full list of options.
We are now support text transparent from 10% to 90% opacity. It is also applicable for any other text class as well .text-teal-transparent-*
.
Similar to the contextual text color classes, easily set the background of an element to any contextual class. Anchor components will darken on hover, just like the text classes. Background utilities do not set color, so in some cases you’ll want to use .text-*
utilities. Please read the official documentation for the full list of options.
By adding a .bg-gradient
class, a linear gradient is added as background image to the backgrounds. This gradient starts with a semi-transparent white which fades out to the bottom.
We have create different fancy yet beautiful linear gradient based on the color variable that we have. You may add more combination in /scss/_helper.scss
Quickly and responsively toggle the display value of components and more with our display utilities. Includes support for some of the more common values, as well as some extras for controlling display when printing. Please read the official documentation for the full list of options.
Use generated pseudo elements to make an element maintain the aspect ratio of your choosing. Perfect for responsively handling video or slideshow embeds based on the width of the parent. Please read the official documentation for the full list of options.
Quickly manage the layout, alignment, and sizing of grid columns, navigation, components, and more with a full suite of responsive flexbox utilities. For more complex implementations, custom CSS may be necessary. Please read the official documentation for the full list of options.
Flex | Align items | Fill / Grow / Wrap |
---|---|---|
.d-flex .d-inline-flex .d-sm-flex .d-sm-inline-flex .d-md-flex .d-md-inline-flex .d-lg-flex .d-lg-inline-flex .d-xl-flex .d-xl-inline-flex .d-xxl-flex .d-xxl-inline-flex | .align-items-start .align-items-end .align-items-center .align-items-baseline .align-items-stretch .align-self-start .align-self-end .align-self-center .align-self-baseline .align-self-stretch .align-content-start .align-content-end .align-content-center .align-content-between .align-content-around .align-content-stretch | .flex-fill .flex-grow-0 .flex-shrink-0 .flex-nowrap .flex-wrap .flex-wrap-reverse .order-{1|2|3|4|5|6 |
Toggle floats on any element, across any breakpoint, using our responsive float utilities.
Float | Position | Overflow |
---|---|---|
.float-start .float-sm-start .float-md-start .float-lg-start .float-xl-start .float-end .float-sm-end .float-md-end .float-lg-end .float-xl-end .float-none .float-sm-none .float-md-none .float-lg-none .float-xl-none | .position-static .position-relative .position-absolute .position-fixed .position-sticky .fixed-top .fixed-bottom .desktop-sticky-top .top-0 .end-0 .bottom-0 .start-0 .top-auto .end-auto .bottom-auto .start-auto | .overflow-auto .overflow-hidden .overflow-visible .overflow-scroll .overflow-x-auto .overflow-x-hidden .overflow-x-visible .overflow-x-scroll .overflow-y-auto .overflow-y-hidden .overflow-y-visible .overflow-y-scroll |
Add or remove shadows to elements with box-shadow utilities. Please read the official documentation for the full list of options.
Easily make an element as wide or as tall with our width and height utilities. Please read the official documentation for the full list of options.
Width | Height |
---|---|
.w-25 .w-50 .w-75 .w-100 .w-auto .mw-100 .vw-100 .min-vw-100 .w-{10|20|30|40|50}px .w-{60|70|80|50|90|100}px .w-{100|150|200|250|300|350}px .w-{400|450|500|550|600}px | .h-25 .h-50 .h-75 .h-100 .h-auto .mh-100 .vh-100 .min-vh-100 .h-{10|20|30|40|50}px .h-{60|70|80|50|90|100}px .h-{100|150|200|250|300|350}px .h-{400|450|500|550|600}px |
Bootstrap includes a wide range of shorthand responsive margin and padding utility classes to modify an element’s appearance. Please read the official documentation for the full list of options.
Margin | Padding |
---|---|
.mt-{1|2|3|4|5} .me-{1|2|3|4|5} .mb-{1|2|3|4|5} .ms-{1|2|3|4|5} .mx-{1|2|3|4|5} .my-{1|2|3|4|5} .mt-{1~20}px .me-{1~20}px .mb-{1~20}px .ms-{1~20}px | .pt-{1|2|3|4|5} .pe-{1|2|3|4|5} .pb-{1|2|3|4|5} .ps-{1|2|3|4|5} .px-{1|2|3|4|5} .py-{1|2|3|4|5} .pt-{1~20}px .pe-{1~20}px .pb-{1~20}px .ps-{1~20}px |
Documentation and examples for common text utilities to control alignment, wrapping, weight, and more. Please read the official documentation for the full list of options.
Alignment & Decoration | Wrapping & transform | Font style | Font Size |
---|---|---|---|
.text-start .text-center .text-end .text-reset .text-decoration-none .text-decoration-underline .text-decoration-line-through .text-gradient .lh-1 .lh-sm .lh-base .lh-lg .font-monospace | .text-wrap .text-nowrap .text-truncate .text-break .text-lowercase .text-uppercase .text-capitalize | .fw-bold .fw-bolder .fw-semibold .fw-normal .fw-light .fw-lighter .fst-italic .fst-normal .fw-100 .fw-200 .fw-300 .fw-400 .fw-500 .fw-600 .fw-700 .fw-800 | .fs-1 .fs-2 .fs-3 .fs-4 .fs-5 .fs-6 |
Control the visibility, opacity and vertical align by using bootstrap utilities. Please read the official documentation for the full list of options.
Use the object fit utilities to modify how the content of a replaced element, such as an <img>
or <video>
, should be resized to fit its container. Please read the official documentation for the full list of options.