Skip to content

Instantly share code, notes, and snippets.

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 iPotaje/4b187a4f73e5e1faa29f18546bf9dfa8 to your computer and use it in GitHub Desktop.
Save iPotaje/4b187a4f73e5e1faa29f18546bf9dfa8 to your computer and use it in GitHub Desktop.
/* http://stackoverflow.com/a/23703655 */
.content {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment