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/c7d42a5e21f218d2e07d to your computer and use it in GitHub Desktop.

Select an option

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