Skip to content

Instantly share code, notes, and snippets.

@jaseflow
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save jaseflow/dc074a87cba42543b6fa to your computer and use it in GitHub Desktop.

Select an option

Save jaseflow/dc074a87cba42543b6fa to your computer and use it in GitHub Desktop.
Flip me
<style>
.flip-me-and-space-me-evenly {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
/* Assume there are more styles here to make the boxes blue */
</style>
<div class="flip-me-and-space-me-evenly">
<div>1</div>
<div>2</div>
<div>3</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment