Helper Classes
Text Style You can use classes which names are .fw-bold, .font-italic, .font-underline, .font-line-through, .font-overline
Normal
Default text
Text pink color
Text cyan color
Text teal color
Text orange color
Text blue grey color
Bold
Default text
Text pink color
Text cyan color
Text teal color
Text orange color
Text blue grey color
Italic
Default text
Text pink color
Text cyan color
Text teal color
Text orange color
Text blue grey color
Underline
Default text
Text pink color
Text cyan color
Text teal color
Text orange color
Text blue grey color
Line Through
Default text
Text pink color
Text cyan color
Text teal color
Text orange color
Text blue grey color
Overline
Default text
Text pink color
Text cyan color
Text teal color
Text orange color
Text blue grey color
Text Align You can use classes which names are .align-left, .align-center, .align-right, .align-justify
Align Left
Align Center
Align Right
Align Justify
Margins
.mt-2
.mt-0
.ms-0
.mb-0
.me-4
.me-0
.m-0
Paddings
.pt-2
.pt-0
.ps-0
.pb-2
.pb-0
.pe-4
.pe-0
.p-0
Extra small <576px |
Small ≥576px |
Medium ≥768px |
Large ≥992px |
Extra large ≥1200px |
Extra to large ≥1200px |
|
---|---|---|---|---|---|---|
Max container width | None (auto) | 540px | 720px | 960px | 1140px | 1320px |
Class prefix | .col- |
.col-sm- |
.col-md- |
.col-lg- |
.col-xl- |
.col-xxl- |
# of columns | 12 | |||||
Gutter width | 1.5rem (.75rem on left and right) | |||||
Custom gutters | Yes | |||||
Nestable | Yes | |||||
Column ordering | Yes |
<img src="..." alt="..." class="rounded">
<imgsrc="..." alt="..." class="rounded-top">
<imgsrc="..." alt="..." class="rounded-right">
<imgsrc="..." alt="..." class="rounded-bottom">
<imgsrc="..." alt="..." class="rounded-left">
<imgsrc="..." alt="..." class="rounded-circle">
<imgsrc="..." alt="..." class="rounded-0">
<span class="border border-primary"></span>
<span class="border border-secondary"></span>
<span class="border border-success"></span>
<span class="border border-danger"></span>
<span class="border border-warning"></span>
<span class="border border-info"></span>
<span class="border border-light"></span>
<span class="border border-dark"></span>
<span class="border border-white"></span>