View All Utility Classes
/* Font Size Utilities */
.fs-1, .fs-2, .fs-3, .fs-4, .fs-5, .fs-6
/* Display Utilities */
.d-none, .d-block, .d-inline, .d-inline-block, .d-flex, .d-grid
.d-{breakpoint}-{value} /* Responsive variants */
/* Shadow Utilities */
.shadow-none, .shadow-sm, .shadow, .shadow-lg
/* Border Radius */
.rounded-0 through .rounded-5
.rounded-circle, .rounded-pill
.rounded-top, .rounded-end, .rounded-bottom, .rounded-start
/* Spacing Utilities */
.m-{0-5} /* Margin all sides */
.mt-{0-5} /* Margin top */
.mb-{0-5} /* Margin bottom */
.ms-{0-5} /* Margin start (left) */
.me-{0-5} /* Margin end (right) */
.mx-{0-5} /* Margin horizontal */
.my-{0-5} /* Margin vertical */
.mx-auto /* Center horizontally */
.p-{0-5} /* Padding all sides */
.pt-{0-5} /* Padding top */
.pb-{0-5} /* Padding bottom */
.ps-{0-5} /* Padding start (left) */
.pe-{0-5} /* Padding end (right) */
.px-{0-5} /* Padding horizontal */
.py-{0-5} /* Padding vertical */
/* Flexbox Utilities */
.d-flex
.flex-row, .flex-column
.flex-wrap, .flex-nowrap
.justify-content-start, -center, -end, -between, -around
.align-items-start, -center, -end, -stretch, -baseline
.gap-{0-5}
/* Grid Utilities */
.d-grid
.gap-{0-5}
.grid-{1-12}-cols
/* Text Utilities */
.text-start, .text-center, .text-end
.text-{color} /* primary, secondary, success, etc. */
.text-uppercase, .text-lowercase, .text-capitalize
.fw-light, .fw-normal, .fw-bold
.fst-italic, .fst-normal
/* Background Utilities */
.bg-{color} /* primary, secondary, success, light, dark, etc. */
.bg-transparent, .bg-white
/* Border Utilities */
.border, .border-{0-5}
.border-top, .border-end, .border-bottom, .border-start
.border-{color} /* primary, secondary, etc. */