Search⌘ K

Solution: Custom-Property Controlled Column Layout

Explore how to implement column layouts controlled by CSS custom properties. This lesson shows you how to use grid display, variable column counts, and adjustable gaps to build responsive and equal-height fluid columns with clean, reusable CSS.

We'll cover the following...

Solution explanation

In the styles.css file, you’ll find the following: ...