Skip to content

Instantly share code, notes, and snippets.

@ccasalicchio
Created October 21, 2013 10:46
Show Gist options
  • Save ccasalicchio/7081918 to your computer and use it in GitHub Desktop.
Save ccasalicchio/7081918 to your computer and use it in GitHub Desktop.
Absolute Centering (CSS)
/*See http://codepen.io/shshaw/full/gEiDt for more details*/
.Absolute-Center {
height:100px; /*height is mandatory*/
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