Skip to content

Instantly share code, notes, and snippets.

@ashumeow
Forked from craiger522/Absolute centering
Last active December 27, 2015 14:29
Show Gist options
  • Save ashumeow/7341131 to your computer and use it in GitHub Desktop.
Save ashumeow/7341131 to your computer and use it in GitHub Desktop.
div{
position:relative; height:500px;
background:hsl(200, 100%, 97%);
}
div {
width: 200px;
height: auto;
overflow: auto; margin:auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
some form of height must be declared for the outer container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment