FLEXBOX IN CSS Flexbox concept comes in to play when it is necessary to design the HTML element and display the content with proper alignment and responsive. With the digital world is filing with lot of recent and technically advanced devices, it is a responsibility of every developer to display the page responsive for any device. Before the flexbox concept is introduced, there were four layout techniques used to display the element responsive and align it properly. They are: 1. Block 2. Inline 3. Table 4. Position What is the advantage of flexbox? Flexbox can be used to display items responsive without the use of position or float. Moreover, flexbox is one-dimension layout. Elements in the page can be designed to put in any direction and contents appearance or alignment can be altered to display in the webpage. The size of an elements(Child) can be increased or decre