Skip to content

Instantly share code, notes, and snippets.

@leftis
Last active August 29, 2015 13:59
Show Gist options
  • Save leftis/10966628 to your computer and use it in GitHub Desktop.
Save leftis/10966628 to your computer and use it in GitHub Desktop.
.absolute-center {
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;
/* Firefox */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;
/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;
/* W3C */
display:box;
box-pack:center;
box-align:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment