Designing with CSS Grid Layout.
Abstract
Layout in CSS has always been a tricky task: hacking solutions using positioning, floats, and the one-dimensional flexbox has never been very satisfactory. Fortunately, there is a new tool to add to our arsenal: CSS Grid Layout. It is an incredibly powerful layout system that allows us to design pages using a twodimensional grid - offering the kind of fine-grained layout control that print designers take for granted!
Collections
- Technology [3030]