Bootstrap – Flex


Bootstrap – Flex



”;


This chapter discusses about the flex utilities. The .flex utility classes are helpful in quickly managing the layout, alignment and sizing of grid columns, navigation, components and much more.


Enable flex behaviors

Utilize display utilities to establish a flexbox container and convert immediate child elements into flex items, allowing for further customization of flex containers and items through additional flex properties.

Let us see an example for a flex container and an inline flex container: