/What-the-Flexbox

Exercises from 'What The Flexbox' tutorial

Primary LanguageHTML

What The Flexbox?!

This repo shows the exercises for the "What The Flexbox?!" video course.

Exercises

  1. Pure Flexbox navigation code along - Using flex, flex-wrap and flex-basis to make a responsive navbar.
  2. Mobile content reordering with Flexbox - Using the order property to reorder flex items in mobile layout.
  3. Nesting Flexbox for vertical and horizontal centering with Flexbox
  4. Flexbox Pricing Grid
  5. Flexbox Equal height columns and leftover elements
  6. Flexbox single line form - Form inspired by Airbnb site
  7. Create a mobile app layout with Flexbox