Skip to content

utsav91/Understanding-Flexbox

 
 

Repository files navigation

Understanding Flexbox: Everything you need to know

If you have to read only one article on the Flexbox model, this is it.

Understanding Flexbox

Table of Contents

  1. [Introduction](https://github.com/ohansemmanuel/Understanding-Flexbox/blob/master/01. Intro/intro.md)
  2. [The Flex-container Properties](https://github.com/ohansemmanuel/Understanding-Flexbox/blob/master/02. flex container/flex-container.md)
  3. [The Flex-item Properties](https://github.com/ohansemmanuel/Understanding-Flexbox/blob/master/03. flex item properties/flex items.md)
  4. [Absolute and Relative Flex](https://github.com/ohansemmanuel/Understanding-Flexbox/tree/master/04. Absolute and Relative flex items)
  5. Auto-Margin Alignment
  6. [Switching Flex Direction](https://github.com/ohansemmanuel/Understanding-Flexbox/blob/master/06. Switching Flex direction/readme.md)
  7. Flexbox Solved That
  8. Building a Music App Layout with Flexbox
  9. [Responsive design with Flexbox](https://github.com/ohansemmanuel/Understanding-Flexbox/blob/master/09. Responsive design with Flexbox/readme.md)
  10. Conclusion

The title, "Understanding Flexbox: Everything you need to know," may seem like a bluff, as no one can fit everything there is to a subject within one article.

Still, I'd take on the challenge to discuss "everything" you need to get good with the CSS Flexbox model.

I hope you're ready for it.

The Learning Curve

Here is a tweet from Philip Roberts, a developer whom I respect very much.

Flexbox tweet

Learning Flexbox may not be fun at first. It challenges what you know about layouts in CSS. But that's fine. Everything worth learning begins that way. Flexbox is certainly something you should take seriously. It paves the way for the modern style of laying out content, and it's not going away anytime soon.

It has emerged as a new standard. So with outstretched arms, embrace it!

What you'll Learn

I'll first walk you through the basics of Flexbox. I believe any attempt at understanding Flexbox must begin here

flexbox fundamentals

Learning the fundamentals is cool. What's even cooler is applying this knowledge to real-world apps.

I’ll walk you through building a lot of “small things.” Afterwards, I’ll wrap things up with this music app completely laid out with Flexbox.

catty-board

Doesn't that look pretty?

I’ll get into the inner workings of Flexbox while you learn to build the music app layout. You’ll also get a feel for the role Flexbox plays in responsive web design, too.

I'm pretty much excited to show all of this to you

Happy dude gif by Jona Dinges

But before you get started building user interfaces, I’m going to walk you through some drills, first. This may seem boring, but it’s all part of the process of getting you adept at Flexbox.

Let’s get started.

Free PDF version available here.

About

detailed flexbox tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.7%
  • CSS 25.3%