The Basics of Display: Flex in CSS for Beginners
display: flex
A one dimensional layout system (either in rows or columns ,but not in both directions simultaneously.
Items are aligned in main axis (horizontal by default).
These helps to align and distribute space among items in a container.
Propert...
vaishnavidevdiary.hashnode.dev5 min read