Overview
CSS floats have been the primary way that we define web layout for almost the past decade. They’ve worked pretty well over the years but times are changing. Flexbox is becoming the new norm for layout and solves some of the main gripes we deal with when using floats. Some of the new concepts may be a bit difficult to grasp in the beginning but in this talk we’ll focus on practical ways that Flexbox is used when creating modern interfaces.
Objective
Give you a good overview of Flexbox, how it works, the layout features available, and how to tackle typical modern interface designs.
Five Things Audience Members Will Learn
- Flexbox primer on alignment, direction, orientation, and order
- Implementing flexible grids
- Simple to complex design patterns
- Accessibility & markup best practices
- Browser support and what you can start to use now