Flexbox Challenge

Flexbox Challenge — flex-shrink, grow & basis

A
B
C

Goal: Adjust the CSS so that:

  1. Item A grows to fill remaining space.
  2. Item B shrinks twice as fast as Item A when the window is narrow.
  3. Item C stays fixed width (no grow or shrink).

💡 Resize the browser to test your solution.