Introduction to Flexbox
Explore the fundamentals of Flexbox to convert a static layout into a flexible, responsive design. Understand how Flexbox improves layout building by replacing older, hacky methods and prepare to apply media queries for responsiveness.
We'll cover the following...
We'll cover the following...
We’ll convert the static layout into a responsive layout in this chapter. When we created this chapter, we thought deeply about how a beginner will get the most out of reading it.
Should we take an example of floats in a layout? These are not considered the best practice anymore; note that we ...