Skip to content

Instantly share code, notes, and snippets.

@simonwoo
Created November 25, 2016 11:07
Show Gist options
  • Save simonwoo/64a1a13ea22602b05f0c5bd3bcd15ac6 to your computer and use it in GitHub Desktop.
Save simonwoo/64a1a13ea22602b05f0c5bd3bcd15ac6 to your computer and use it in GitHub Desktop.
.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  transform: translateY(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment