Skip to content

Instantly share code, notes, and snippets.

@kimtrien
Created June 15, 2017 04:05
Show Gist options
  • Save kimtrien/cc3cdb64f38ebee4078950191f1e6817 to your computer and use it in GitHub Desktop.
Save kimtrien/cc3cdb64f38ebee4078950191f1e6817 to your computer and use it in GitHub Desktop.
justify a horizontal menu
ul{
display: flex;
justify-content: space-between;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment