Skip to content

Instantly share code, notes, and snippets.

@halityurttas
Created March 5, 2021 23:08
Show Gist options
  • Save halityurttas/27b010c77245132b1d13f325765f5b09 to your computer and use it in GitHub Desktop.
Save halityurttas/27b010c77245132b1d13f325765f5b09 to your computer and use it in GitHub Desktop.
Center items on div
.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