Created
February 7, 2020 15:48
-
-
Save rcerrejon/bab405a962fcc4698b65922d7777af28 to your computer and use it in GitHub Desktop.
Flexbox Vertical Align Center
This file contains 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
container: { | |
flex: 1, | |
justifyContent: 'center', | |
alignItems: 'center' | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment