Flexbox
Flexbox
By default container has property of display: block; i.e. each element on the next line.
display: flex;
using this all elements added side by side.
once display flex activated on container it unlocks flex-direction ,align-items , justify-co...
avadhut.hashnode.dev2 min read