Skip to content

Instantly share code, notes, and snippets.

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