+ 56
Flexbox is definitely the future at this point, and is tons easier to use. It's also much easier to support different screen sizes, devices, and layouts. Grid had it's uses, but I'm going with Flexbox on all my sites. Hope that helps! 😊👍🏼
+ 37
A small difference between CSS Grid and Flexbox is that CSS Grid’s approach is layout-first while Flexbox’ approach is content-first.
If you're well aware of you content before making layout, then use Flexbox and if not, use CSS Grid.
+ 27
I prefer using Grid and Flexbox both together... Grid for making the layout and flex-box for laying out the content...
Here is an example for making use of both Flex and Grid :
https://dri.es/redesigning-a-website-using-css-grid-and-flexbox
And check out this too :
https://codeburst.io/landing-page-counter-using-css-grid-and-flexbox-617379449936
+ 18
Grid-45%
Flex-55%
+ 17
Flexbox is the way to go.
+ 10
Mr.ASDF please refer to this article from freecodecamp
https://medium.freecodecamp.org/understanding-flexbox-everything-you-need-to-know-b4013d4dc9af
+ 8
It really depends of your project. Basicly css grid - two dimensional positioning and css flexbox - one dimensional positioning.
+ 8
i use CSS grid because CSS grid better to make site interactive
+ 8
I haven't used either.
+ 5
What is flexbox?
+ 4
I have to go with web, its pretty simple when got the hang of it.
+ 4
Grid for complex layouts and Flex for simple layouts. Thats how i see it
+ 4
Took me forever to learn how to use either correctly. Still dont know if I am.
+ 3
Both. Depends what do i need.
+ 3
Flexbox 😊
+ 3
Both depend what you want to do, otherwise flebox is mucher easy to use
+ 3
Flex, Flexbox and Grid does it replace using table for layout?
Please who can help me with link to learn all about Flexbox and Grid with its Applications..
Thanks.
+ 2
Flex and flex-box isn't there a difference?
I used to used flex-box when I was starting to learn but its says its non-standard.
I love flex. Grid seems very weird to me.
+ 2
Bootstrap :))