Flexbox In CSS
Flexbox is a CSS 3 web layout model. The flex layout allows responsive elements within a container to be automatically arranged depending on viewport size.
An important property to make a container in FLex is using ' display: flex '.
flex-direction
I...
sudhanshumodi.hashnode.dev2 min read