Skip to content

Instantly share code, notes, and snippets.

@flowforfrank
Created September 24, 2020 13:40
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/805a77562df373d2a3fe32a30e84c26e to your computer and use it in GitHub Desktop.
Save flowforfrank/805a77562df373d2a3fe32a30e84c26e to your computer and use it in GitHub Desktop.
Setting the flex wrap attribute
.flex-container {
flex-wrap: nowrap;
flex-wrap: wrap;
flex-wrap: wrap-reverse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment