Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 437 Bytes

File metadata and controls

5 lines (3 loc) · 437 Bytes

Scalable CSS grids and columns without media queries

Play live with this code in CodeSandBox > click here!

Example of how to scale a layout from mobile to desktop (and larger) by using CSS grid and CSS columns in a clever way without the need to define media queries for the amount of columns to use while scaling up or down!