FlexBox CheatSheet
Here are some key tips for using flexbox:
flex
To create a flex container, set the display property of an element to flex.
flex-direction
Flex items are placed in a row by default. To change this, set the flex-direction property to the column.
Th...
nightcoder.hashnode.dev2 min read