flex: 1 reference
28 February 2024 (Updated 18 May 2025)
flex: 1
is shorthand for:
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0; // (or sometimes flex-basis: auto;, depending on the browser's default style sheet).
flex: 1
is shorthand for:
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0; // (or sometimes flex-basis: auto;, depending on the browser's default style sheet).