Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created March 20, 2020 10:29
Show Gist options
  • Save ABooooo/b966f1ada7d4ff21c3c9200d6d5f3d03 to your computer and use it in GitHub Desktop.
Save ABooooo/b966f1ada7d4ff21c3c9200d6d5f3d03 to your computer and use it in GitHub Desktop.
ul {
display: flex;
justify-content: flex-end; /* right align */
li {
align-items: center;
justify-content: center;
flex-direction: row;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment