Flexbox Challenge
Flexbox Challenge — flex-shrink, grow & basis
Goal:
Adjust the CSS so that:
- Item A grows to fill remaining space.
- Item B shrinks twice as fast as Item A when the window is narrow.
- Item C stays fixed width (no grow or shrink).
💡 Resize the browser to test your solution.