Skip to content

Instantly share code, notes, and snippets.

@jeffreysfridge
Created July 24, 2015 05:33
Show Gist options
  • Save jeffreysfridge/e81f565e6847505308a1 to your computer and use it in GitHub Desktop.
Save jeffreysfridge/e81f565e6847505308a1 to your computer and use it in GitHub Desktop.
absolute position center
.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