Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 480 Bytes

File metadata and controls

7 lines (4 loc) · 480 Bytes

Responsive Layouts without Media Queries

A demonstration of three ways to build a responsive layout using multi-column, flexbox, and CSS Grid and no media queries. There are more ways to use multi-column, flexbox, and CSS Grid than what get shown here; I'm just showing what I believe are the cooler aspects of each.

For more check out the associated article.

By Amir R Muntasser