Skip to content

Instantly share code, notes, and snippets.

@dexiouz
Created September 5, 2018 23:04
Show Gist options
  • Save dexiouz/6100b8979b7fec4dd6d74b226ece9061 to your computer and use it in GitHub Desktop.
Save dexiouz/6100b8979b7fec4dd6d74b226ece9061 to your computer and use it in GitHub Desktop.
flex-direction-column
.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: column ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment