Skip to content

Instantly share code, notes, and snippets.

@flowforfrank
Created September 24, 2020 14:21
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/5b1a2a70f0347a13e8ddb621e4acaab0 to your computer and use it in GitHub Desktop.
Save flowforfrank/5b1a2a70f0347a13e8ddb621e4acaab0 to your computer and use it in GitHub Desktop.
setting the flex property in css
.flex-items {
flex: 1;
flex: 1 50px;
flex: 1 1 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment