Skip to content

Instantly share code, notes, and snippets.

@dexiouz
Created September 5, 2018 23:47
Show Gist options
  • Save dexiouz/1769cbb7066c3cb5a27bf85dafdf399e to your computer and use it in GitHub Desktop.
Save dexiouz/1769cbb7066c3cb5a27bf85dafdf399e to your computer and use it in GitHub Desktop.
flex-wrap.css
.container {
display: flex;
border: 10px solid goldenrod;
min-height: 100vh;
flex-wrap: wrap
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment