Skip to content

Instantly share code, notes, and snippets.

@fauxsaurus
Created December 3, 2018 21:49
Show Gist options
  • Select an option

  • Save fauxsaurus/36a535790d80b06a17636afcbc8b3cc1 to your computer and use it in GitHub Desktop.

Select an option

Save fauxsaurus/36a535790d80b06a17636afcbc8b3cc1 to your computer and use it in GitHub Desktop.
Vertically & Horizontally centered text.
.parent
{
align-items:center;
display:flex;
justify-content:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment