Skip to content

Instantly share code, notes, and snippets.

@juanres
Created October 8, 2013 00:26
Show Gist options
  • Save juanres/6877480 to your computer and use it in GitHub Desktop.
Save juanres/6877480 to your computer and use it in GitHub Desktop.
CSS: absolute center
item {
bottom: 0;
left: 0;
top: 0;
right: 0;
margin: auto;
position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment