Skip to content

Instantly share code, notes, and snippets.

@juliettech13
Last active June 17, 2020 02:59
Show Gist options
  • Save juliettech13/775aa5759ccad831629aa6907327ce38 to your computer and use it in GitHub Desktop.
Save juliettech13/775aa5759ccad831629aa6907327ce38 to your computer and use it in GitHub Desktop.
flexbox-justify
.flex {
display: flex;
justify-content: space-between;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment