In this chapter of our CSS course, we teach you one of the greatest and most celebrated additions to the CSS modules, an addition that has made building website layouts a breeze.
Back in the days, web designers were limited to block for defining different sections of a webpage, table for setting two-dimensional table data, inline for text, and position for declaring the exact positions of different elements.
For webpage layouts, the best bet was <div> elements and floats.
But that's history. Building webpage layouts is now way easier than anyone could've ever imagined.