Skip to content

Instantly share code, notes, and snippets.

@otabekoff
Created June 29, 2022 06:54
Show Gist options
  • Save otabekoff/42685911da840259d0fb5b36c442a3bf to your computer and use it in GitHub Desktop.
Save otabekoff/42685911da840259d0fb5b36c442a3bf to your computer and use it in GitHub Desktop.
.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