Skip to content

Instantly share code, notes, and snippets.

@flowforfrank
Created September 24, 2020 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flowforfrank/163cb2df2fca777c69bd069137987937 to your computer and use it in GitHub Desktop.
Save flowforfrank/163cb2df2fca777c69bd069137987937 to your computer and use it in GitHub Desktop.
Setting the flex-grow property
.flex-items {
flex-grow: 0; /* Initial value */
flex-grow: 1;
flex-grow: 2;
flex-grow: 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment