Skip to content

Instantly share code, notes, and snippets.

@hettiger
Created March 1, 2015 14:22
Show Gist options
  • Save hettiger/2b23e5ee7c8092548c82 to your computer and use it in GitHub Desktop.
Save hettiger/2b23e5ee7c8092548c82 to your computer and use it in GitHub Desktop.
Absolute Center
.example {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment