- How flex-shrink calculates how much to shrink by
4
- How flex-grow calculates the size to grow by
5
- What flex: 1 actually does
6
- Why flex: 1 on all the flex items doesn't make even columns all the time
7
- Why flex-basis: 100% doesn't have the same result as flex: 1
8
- My new preferred solution
9
- A solution using flexbox
10
- Flexbox vs Grid
Description:
Dive deep into the complexities of CSS Flexbox in this comprehensive 23-minute video tutorial. Explore the intricacies of how Flexbox calculates element sizes, including the nuances of flex-shrink and flex-grow. Understand the true meaning of flex: 1 and why it doesn't always result in even columns. Discover why flex-basis: 100% produces different outcomes compared to flex: 1. Learn about new preferred solutions for creating equal columns and compare Flexbox with Grid. Gain practical insights through multiple CodePen examples and benefit from timestamps for easy navigation through specific topics.