Incredibly Easy Layouts with CSS Grid

The concepts of “implicit“ and “explicit“ explained — and what they mean in CSS Grid. Jen shows you how to do a common responsive image gallery in just two lines of code, using `grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))` and zero media queries. Rachel Andrew’s video explaining auto-fit vs auto-fill:
Back to Top