Skip to content

Instantly share code, notes, and snippets.

@lnickers2004
Created January 15, 2014 01:00
Show Gist options
  • Save lnickers2004/8428943 to your computer and use it in GitHub Desktop.
Save lnickers2004/8428943 to your computer and use it in GitHub Desktop.
CENTER ABSOLUTE ANYTHING
/* http://codepen.io/shshaw/full/gEiDt */
.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