CSS Flexbox
Basic concept of Flexbox
Flexbox is a layout mechanism to layout, align and distribute space among the items contained inside a flexbox in one dimension. You can align the flex items either row-wise or column-wise, depending on the flex-direction val...
geekycoderr.hashnode.dev3 min read