Flexbox(CSS)
Introduction:
Flexbox is a layout structure, which should be used to lay out HTML elements instead of using positions and float.
It will work under a container (parent), and the items (child) in the container are affected by the Flex property.
There ...
chandrakiran.hashnode.dev9 min read