DEV Community

Discussion on: 7 CSS properties I had no idea about

Collapse
 
kapouer profile image
Jérémy Lal • Edited

flex is actually quite easy... The trouble now is using grids. Way less easy.
I've just switched from isotope to flex + progressive enhancement to grid, using @media and @supports. See github.com/pageboard/client/blob/0...

Collapse
 
jwhester profile image
J.W. Hester

Grid template area is fun if you name everything similar like box1, box2, and so on. It feels like I'm drawing out the page this way.