...

/

Conclusion and Next Steps

Conclusion and Next Steps

Revise the basic concepts and rules of Flexbox, and learn the next logical steps when it comes to mastering CSS layouting.

In this course, you have learned the ins and outs of creating Flexbox layouts. Remember, the key to mastery is spaced repetition. You should let the basic concepts sink in, and then revisit the material from time to time.

Fundamentals

We use Flexbox in the context of styling mobile-responsive websites and web applications. Therefore, you will need to know the basic CSS display types, including block, inline, inline-block, and flex.

To create responsive layouts, you need to know how to create breakpoints and whether you design your layout in a mobile-first or mobile-last way.

If you ever struggled with these concepts, go back and revise the ...