Read FlexBox Before using floats and positioning.
What is Flexbox?
Flexbox is another way to layout the element in CSS. It contains a parent element (i.e. container) which contains elements (that are items of that container)
Flexbox is a one-dimensional layout method for arranging items in rows or ...
vaibhavwxyz.hashnode.dev4 min read