Quick intro to flexbox
What is flexbox?
Flexbox is a parent and child relationship. Flexbox layout is activated by declaring
display: flex; or display: inline-flex; on an element which then becomes a
flex container, arranging its children within the space provided and cont...
adityasharma03.hashnode.dev3 min read