Skip to content

Instantly share code, notes, and snippets.

@danro
Created March 19, 2013 23:14
Show Gist options
  • Save danro/5201017 to your computer and use it in GitHub Desktop.
Save danro/5201017 to your computer and use it in GitHub Desktop.
100% absolute div, centered horizontally + vertically.
.centered {
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