What is Flex?
flex
allow the container to alter it's itemβs
width/height (and order) to best fill the available space. we define
the container display:flex;
it's enables a flex context
for all it's direct children.