So far we've learned that by default, flex items are set to flex-grow: 0;, flex-shrink: 1; and flex-basis: auto;.
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
Make sure to pick 0, followed by 1, and finally auto.
0
1
auto