Skip to content

Instantly share code, notes, and snippets.

@detailyang
Created November 1, 2013 08:04
Show Gist options
  • Save detailyang/7262212 to your computer and use it in GitHub Desktop.
Save detailyang/7262212 to your computer and use it in GitHub Desktop.
vertical center
.Center-Container {
position: relative;
}
.Absolute-Center {
width: 50%;
height: 50%;
overflow: auto;
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