16
Layouts with CSS Grid and Flexbox
In the last chapter, you learned the finer points of how the box model can be styled, and some of the longer-standing methods for manipulating layout.
But new tools have been introduced in CSS to give you better control over your markup and to give it more semantic meaning. Those tools are the CSS Grid Layout Module and the CSS Flexible Box Layout Module, known more familiarly as CSS Grid and Flexbox. In this chapter, you’ll learn what they are, how they work, and when to use each.
Modern Solutions for an Important Problem
Part of the reason Flexbox and CSS Grid (or simply Grid) have ...
Get HTML and CSS: Visual QuickStart Guide, 9th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.