Skip to content

Instantly share code, notes, and snippets.

@CodingPapi
Created April 20, 2017 14:34
Show Gist options
  • Save CodingPapi/b4ddc623ec4416dd5730f84f89454388 to your computer and use it in GitHub Desktop.
Save CodingPapi/b4ddc623ec4416dd5730f84f89454388 to your computer and use it in GitHub Desktop.
absolute center in ie9, only requires a declared height
.Absolute-Center {
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment