Source: _docs/bootstrap.css, line 18
2 Grid
Various button styles. Documentation can be found Here
Source: _docs/bootstrap.css, line 18
Various button styles. Documentation can be found Here
Source: _docs/bootstrap.css, line 167
Flex variation documentation can be found Here
fill
.flex-fill
Source: _docs/bootstrap.css, line 260
Flex align-content variation documentation can be found Here
start
.align-content-start
end
.align-content-end
center
.align-content-center
between
.align-content-between
around
.align-content-around
stretch
.align-content-stretch
Source: _docs/bootstrap.css, line 247
Flex align-items variation documentation can be found Here
start
.align-items-start
end
.align-items-end
center
.align-items-center
baseline
.align-items-baseline
stretch
.align-items-stretch
Source: _docs/bootstrap.css, line 274
Flex align-self variation documentation can be found Here
auto
.align-self-auto
start
.align-self-start
end
.align-self-end
center
.align-self-center
baseline
.align-self-baseline
stretch
.align-self-stretch
Source: _docs/bootstrap.css, line 176
Flex direction variation documentation can be found Here
row
.flex-direction-row
column
.flex-direction-column
row-reverse
.flex-direction-row-reverse
column-reverse
.flex-direction-column-reverse
Source: _docs/bootstrap.css, line 219
Flex gap variation documentation can be found Here
0
.gap-0
1
.gap-1
2
.gap-2
3
.gap-3
4
.gap-4
5
.gap-5
Source: _docs/bootstrap.css, line 188
Flex Grow variation documentation can be found Here
0
.flex-grow-0
1
.flex-grow-1
Source: _docs/bootstrap.css, line 288
Flex Order variation documentation can be found Here
first
.order-first
0
.order-0
1
.order-1
2
.order-2
3
.order-3
4
.order-4
5
.order-5
last
.order-last
Source: _docs/bootstrap.css, line 198
Flex Shrink variation documentation can be found Here
0
.flex-shrink-0
1
.flex-shrink-1
Source: _docs/bootstrap.css, line 208
Flex wrap variation documentation can be found Here
wrap
.flex-wrap-wrap
nowrap
.flex-wrap-nowrap
wrap-reverse
.flex-wrap-wrap-reverse
Source: _docs/bootstrap.css, line 233
Flex Justify content variation documentation can be found Here
start
.justify-content-start
end
.justify-content-end
center
.justify-content-center
between
.justify-content-between
around
.justify-content-around
evenly
.justify-content-evenly