Helper Class
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
Class | Description |
---|---|
.float-left
|
Element to the left (float:left). |
.float-right
|
Element to the right(float:right). |
.clearfix
|
To Clear floats.(clreafix) |
Class | Description |
---|---|
.displayblock
|
Element to Show (display: block) |
.displaynone
|
Element to hide (display: none) |
.inlineblock
|
Element to inline (display: inline-block) |
Margin Padding Spaces You can use classes which names are .m-t-10, .m-t--10, .m-r-5, .p-t-10, .p-b-5
Margins
.m-t-10
.m-t-0
.m-t--10
.m-l-35
.m-l-0
.m-l--35
.m-b-15
.m-b-0
.m-b--20
.m-r-30
.m-r-0
.m-r--30
.margin-0
Paddings
.p-t-10
.p-t-0
.p-l-35
.p-l-0
.p-b-15
.p-b-0
.p-r-30
.p-r-0
.padding-0
Extra small <576px |
Small ≥576px |
Medium ≥768px |
Large ≥992px |
Extra large ≥1200px |
|
---|---|---|---|---|---|
Max container width | None (auto) | 540px | 720px | 960px | 1140px |
Class prefix |
.col-
|
.col-sm-
|
.col-md-
|
.col-lg-
|
.col-xl-
|
# of columns | 12 | ||||
Gutter width | 30px (15px on each side of a column) | ||||
Nestable | Yes | ||||
Column ordering | Yes |