Skip to content

Instantly share code, notes, and snippets.

@rameshanandakrishnan
Created February 25, 2014 12:06
Show Gist options
  • Save rameshanandakrishnan/9207657 to your computer and use it in GitHub Desktop.
Save rameshanandakrishnan/9207657 to your computer and use it in GitHub Desktop.
absolute centering
.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