Skip to content

Instantly share code, notes, and snippets.

@flowforfrank
Created September 24, 2020 13:38
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/897ae71b8da83def4d88710b3b8a3aa0 to your computer and use it in GitHub Desktop.
Save flowforfrank/897ae71b8da83def4d88710b3b8a3aa0 to your computer and use it in GitHub Desktop.
Setting the flex-direction property
.flex-container {
flex-direction: row;
flex-direction: row-reverse;
flex-direction: column;
flex-direction: column-reverse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment