-
-
Save jjaimealeman/f9bbd98f6eca95908318ac5b24d73a7d to your computer and use it in GitHub Desktop.
center a div
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
.parentDiv { | |
align-items: center; | |
display: flex; | |
justify-content: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment