Skip to content

SantosAlarcon/gallery-columns-demo

Repository files navigation

CSS Column Gallery Demo

Cover

Description

This is a demo of the column-width CSS property to make a responsive masonry gallery, that removes the need of using media queries to make responsive websites and galleries. The wider the screen, more columns will appear. In the mobile view you'll get a single column. With this trick you avoid the use of flex or grid container.

Tech used

This demo was built using the famous Astro framework to make simple websites.