DEV Community

Discussion on: 15 CSS3 Best practices of for beginners to pro.

 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Sometimes it's even easier to use flex, because that way you can just define a desired width for your items and let them wrap wherever they want. With grid, one would have to use media-queries to define cut-off widths for 2, 3, 4, etc. columns. I'd much rather let the browser figure those things out instead of adding special cases for different resolutions 😁

Thread Thread
 
menomanabdulla profile image
menomanabdulla

Exactly, it is.