CSS Grid vs. Flexbox for layout

I recently saw a tweet that asked…
CSS dev… grid or flexbox?
I have a personal tendency to pick “the one way” to do things and stick with it for as long as I possibly can. For example, I pretty much always use let and never use const or var because I just don’t want to have to think about it.
In coding, there’s often multiple ways to accomplish the same task, and it often doesn’t matter which one you pick.


This content originally appeared on Go Make Things and was authored by Go Make Things

I recently saw a tweet that asked…

CSS dev… grid or flexbox?

I have a personal tendency to pick “the one way” to do things and stick with it for as long as I possibly can. For example, I pretty much always use let and never use const or var because I just don’t want to have to think about it.

In coding, there’s often multiple ways to accomplish the same task, and it often doesn’t matter which one you pick.

But it’s also import to recognize that sometimes different tools are designed for very different jobs, and pick the one you use accordingly. In the case of layout, CSS Grid and flexbox were built with two very different use cases in mind.

When you want your layout to adjust and flex to your content… use Flexbox. When you want the content to conform to a specific layout… use Grid.

You don’t have to pick just one or the other. You can mix and match then in your layout as needed.

You might use Flexbox for your nav menu, where the number of items might vary over time and you want them always be evenly spaced no matter what. You might choose CSS Grid for a list of projects on your portfolio page, though, because you want them presented in a very specific way with every item in a specific place.

Modern CSS gives us some amazing tools that we only dreamed of ten years ago. You don’t have to pick just one!

If you want to learn more, Jen Simmons has a great video explaining the differences between them for her Layout Land YouTube series.

Get unlimited access to a JavaScript expert. If you're working on a critical project, I can help you reduce your risk and avoid costly delays caused by common mistakes. Learn more about consulting with me.


This content originally appeared on Go Make Things and was authored by Go Make Things


Print Share Comment Cite Upload Translate Updates
APA

Go Make Things | Sciencx (2022-10-14T14:30:00+00:00) CSS Grid vs. Flexbox for layout. Retrieved from https://www.scien.cx/2022/10/14/css-grid-vs-flexbox-for-layout/

MLA
" » CSS Grid vs. Flexbox for layout." Go Make Things | Sciencx - Friday October 14, 2022, https://www.scien.cx/2022/10/14/css-grid-vs-flexbox-for-layout/
HARVARD
Go Make Things | Sciencx Friday October 14, 2022 » CSS Grid vs. Flexbox for layout., viewed ,<https://www.scien.cx/2022/10/14/css-grid-vs-flexbox-for-layout/>
VANCOUVER
Go Make Things | Sciencx - » CSS Grid vs. Flexbox for layout. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/10/14/css-grid-vs-flexbox-for-layout/
CHICAGO
" » CSS Grid vs. Flexbox for layout." Go Make Things | Sciencx - Accessed . https://www.scien.cx/2022/10/14/css-grid-vs-flexbox-for-layout/
IEEE
" » CSS Grid vs. Flexbox for layout." Go Make Things | Sciencx [Online]. Available: https://www.scien.cx/2022/10/14/css-grid-vs-flexbox-for-layout/. [Accessed: ]
rf:citation
» CSS Grid vs. Flexbox for layout | Go Make Things | Sciencx | https://www.scien.cx/2022/10/14/css-grid-vs-flexbox-for-layout/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.