Grid Columns

  • .container
  • .container-fluid
  • .row
  • .col .col-4 .col-md-6 .col-sm-12 (12 Columns)
  • .content-start
  • .gap-20 .gap-md-15 .gap-sm-5 | Value (0, 5, 10, 15, 20, 30)
  • .reverse .md-reverse .sm-reverse
  • .no-reverse .md-no-reverse .sm-no-reverse
  • .align-top .align-md-middle .align-sm-bottom

Font

  • .font-primary
  • .font-secondary
  • .font-monospace
  • .text-xs .text-sm .text-md .text-lg .text-xl .text-xxl
  • .text-bold .text-semibold .text-normal .text-light
  • .text-uppercase .text-lowercase .text-capitalize
  • .text-center .text-left .text-right
  • .text-primary .text-danger .text-success .text-muted .text-white
  • .text-title .text-sub-title .text-body

Form

  • .form-control
  • .btn .btn-primary .btn-secondary .btn-danger .btn-warning .btn-default
  • .btn-sm .btn-lg

Width

  • .w-auto .w-md-auto .w-sm-auto
  • .w-25 .w-md-25 .w-sm-25 (in %) | Value (25, 50, 75, 100)
  • .w-100px .w-md-100px .w-sm-100px | Value (100px - 1000px)

Padding & Margin

  • .p-0 .p-md-0 .p-sm-0 .pt-0 .pb-0 .pl-md-0 .pr-sm-0
  • .m-0 .m-md-0 .m-sm-0 .mt-0 .mb-0 .ml-md-0 .mr-sm-0
  • Value (0, 5, 10, 15, 20, 25, 30, 50, 80, 100) pixel

Border Radius

  • .radius-0 | Value (0, 5, 10, 15, 20, 25, 30) pixel
  • .radius-top-0 .radius-bottom-0 .radius-left-0 .radius-right-0
  • .radius-md-0 .radius-md-top-0 .radius-md-bottom-0 .radius-md-left-0 .radius-md-right-0
  • .radius-sm-0 .radius-sm-top-0 .radius-sm-bottom-0 .radius-sm-left-0 .radius-sm-right-0

Display

  • .d-none .d-block .d-inline .d-inline-block .d-flex .d-inline-flex .d-grid .d-inline-grid
  • .d-md-none .d-sm-inline-block

Background Color

  • .bg-primary .bg-secondary .bg-danger .bg-warning .bg-default .bg-dark .bg-light
  • .bg-md-primary .bg-sm-secondary
  • .bg-overlay
  • .bg-parallax

Box Shadow

  • .shadow .shadow-none
  • .md-shadow .sm-shadow-none

Text Align

  • .text-left .text-center .text-right .text-justify
  • .text-md-left .text-sm-center

Animate

  • .bounce .fade-up .zoom
  • .anim-delay-1 | Value (1 - 12)
  • .anim-slow .anim-fast
  • .animate-none .animate-md-none .animate-sm-none

Hover

  • .hover-bounce
  • .hover-zoom
  • .hover-light