Skip to content

Instantly share code, notes, and snippets.

@dexiouz
Created September 5, 2018 23:29
Show Gist options
  • Save dexiouz/8249e15929f57f1b655427ce8d67452e to your computer and use it in GitHub Desktop.
Save dexiouz/8249e15929f57f1b655427ce8d67452e to your computer and use it in GitHub Desktop.
row and column reverse
.container {
/* display: flex; or inline-flex */
display: flex;
border: 10px solid goldenrod;
min-height: 100vh;
/* flex-direction: row or colum or row-reverse or column-reverse */
flex-direction: row-reverse ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment