Skip to content

Instantly share code, notes, and snippets.

@MattMcAdams
Created September 2, 2020 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattMcAdams/ab032538ec66264c52bc5475641f30a3 to your computer and use it in GitHub Desktop.
Save MattMcAdams/ab032538ec66264c52bc5475641f30a3 to your computer and use it in GitHub Desktop.
Center content with Grid
.parent {
display: grid;
place-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment