Created
March 20, 2020 10:29
-
-
Save ABooooo/b966f1ada7d4ff21c3c9200d6d5f3d03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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