Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Very Newbie question should I use grid or flexbox?? Reply To: Very Newbie question should I use grid or flexbox??

#257227
tomnoble92
Participant

Use both, Flexbox wasn’t intended to compete with grid they both work together.

Use Grid for the page layout and Flexbox to layout the elements inside components

If you use grid you will really need to think about fallbacks for older browsers.

https://caniuse.com/#feat=css-grid