What The Flexbox!
Summary
This talk covers the following topics
- What is flexbox?
- Different possible properties for the parent element (the flex container) and the child elements (the flex items).
- Examples explaining Flexbox usage.
- Why we need to use flexbox?
Key Insight
The Flexbox Layout module is built into CSS and it aims at providing a more efficient way to lay out, align and distribute space among items in a container, even when their size is unknown and/or dynamic.