Flex
Learn how to implement flexbox properties using Bootstrap.
The introduction of display: flex
property.
Types
Flex displays can be one of two types:
-
.d-flex
: Flex -
.d-inline-flex
: Inline flex
The flex-direction
classes
We ...