Created
March 5, 2021 23:08
-
-
Save halityurttas/27b010c77245132b1d13f325765f5b09 to your computer and use it in GitHub Desktop.
Center items on div
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
.parent-of-centered { | |
display: grid; | |
place-items: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment