Skip to content

Instantly share code, notes, and snippets.

@juliettech13
Created June 17, 2020 03:04
Show Gist options
  • Save juliettech13/f0fdd25de5e6443fbb8f366fea134a17 to your computer and use it in GitHub Desktop.
Save juliettech13/f0fdd25de5e6443fbb8f366fea134a17 to your computer and use it in GitHub Desktop.
flex-wrap
.flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment