We're a place where coders share, stay up-to-date and grow their careers.
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...
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.
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...
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.