CSS flexbox is a 2-dimentional layout model that came up with CSS3.
Flexbox is not just some CSS property but it is a module that comes with a bundle of CSS properties.
Using flexbox you can align your HTML elements in 2-dimentional plain. Most of modern websites now use flexbox to create layout of their website.
It is one of the most important thing to learn in CSS. Here i have discussed all flexbox properties with their use and infographics.
3. flex-flow
Check codes and examples with complete guide of CSS flexbox.
#css #css3 #html #html5 #web-development