Skip to content

Instantly share code, notes, and snippets.

@flowforfrank
Created September 24, 2020 13:38
Embed
What would you like to do?
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