All Projects → ohansemmanuel → Understanding Flexbox

ohansemmanuel / Understanding Flexbox

💪Detailed Flexbox Book

Projects that are alternatives of or similar to Understanding Flexbox

Guides
An organized list of guides and tutorials for design, development, and system administration.
Stars: ✭ 166 (-41.96%)
Mutual labels:  flexbox, responsive-design
Kindling
A pocket-sized grid system built on the flex display property.
Stars: ✭ 155 (-45.8%)
Mutual labels:  flexbox, responsive-design
React Native Responsive Grid
Bringing the Web's Responsive Design to React Native
Stars: ✭ 369 (+29.02%)
Mutual labels:  flexbox, responsive-design
science-fiction-magazines-blog
Blog template (concept) is inspired by stylish science fiction magazines of the 80-90s.
Stars: ✭ 24 (-91.61%)
Mutual labels:  article, responsive-design
Bulma Helpers
Library with missing Functional / Atomic CSS classes for Bulma framework
Stars: ✭ 263 (-8.04%)
Mutual labels:  flexbox
flexbin
Pure CSS, flexible and gapless image gallery layout like Google Images and 500px.com
Stars: ✭ 93 (-67.48%)
Mutual labels:  flexbox
RT7-example
Code for the React Table 7 article
Stars: ✭ 32 (-88.81%)
Mutual labels:  article
blog.eleven-labs.com
Eleven-labs blog
Stars: ✭ 54 (-81.12%)
Mutual labels:  article
Articles
🔖My Learning Notes and Memories - 分享我的学习片段和与你的回忆
Stars: ✭ 3,040 (+962.94%)
Mutual labels:  article
Hacker News Digest
📰 A responsive interface of Hacker News with summaries and thumbnails.
Stars: ✭ 278 (-2.8%)
Mutual labels:  article
Lyrics King React Native
Lyrics King is React Native song lyrics search app, built with Expo. Designed with Adobe XD.
Stars: ✭ 261 (-8.74%)
Mutual labels:  flexbox
brevis
CSS at scale
Stars: ✭ 62 (-78.32%)
Mutual labels:  responsive-design
Layout Demo
Various Layouts Of CSS
Stars: ✭ 264 (-7.69%)
Mutual labels:  flexbox
gymnast
🤸 Configurable grid and layout engine for React
Stars: ✭ 35 (-87.76%)
Mutual labels:  flexbox
Avenging
MVP pattern example on Android: no Dagger or RxJava example
Stars: ✭ 279 (-2.45%)
Mutual labels:  article
Responsive-Navbar-with-Angular-Material-and-Angular-Flex-Layout
Responsive Navbar with Angular Material and Angular Flex Layout
Stars: ✭ 45 (-84.27%)
Mutual labels:  responsive-design
Bulma Templates
free flexbox templates built with the bulma css framework
Stars: ✭ 2,916 (+919.58%)
Mutual labels:  flexbox
Pubmed parser
📋 A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset
Stars: ✭ 274 (-4.2%)
Mutual labels:  article
zeus
A novel mobile first flexbox BEM css grid.
Stars: ✭ 14 (-95.1%)
Mutual labels:  flexbox
gutter-grid
A Sass flexbox based grid system that is able to replicate CSS grid-gap in IE11
Stars: ✭ 18 (-93.71%)
Mutual labels:  flexbox

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
  2. The Flex-container Properties
  3. The Flex-item Properties
  4. Absolute and Relative Flex
  5. Auto-Margin Alignment
  6. Switching Flex Direction
  7. Flexbox Solved That
  8. Building a Music App Layout with Flexbox
  9. Responsive design with Flexbox
  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.

Next Read: INTRODUCTION

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].