Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active September 21, 2015 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/db0969c65474d9fdac9a to your computer and use it in GitHub Desktop.
Save billerickson/db0969c65474d9fdac9a to your computer and use it in GitHub Desktop.
.wrapping-element {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.wrapping-element > div {
width: 50%;
}
.wrapping-element > div.alt {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment