Created
June 29, 2022 06:54
-
-
Save otabekoff/42685911da840259d0fb5b36c442a3bf 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
.grid-centering { | |
display: grid; | |
justify-content: center; | |
align-items: center; | |
height: 400px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment