A Guide to Flexbox
CSS Flexbox
Flexbox in **CSS **is a way to align items in rows or columns. Flexbox is one dimensional unlike CSS Grid which is two demensional.
How it works?๐ค
A flex container has flex-items in it, which can expands flex-items to fill the available ...
vasuk24.hashnode.dev4 min read