Skip to content

Instantly share code, notes, and snippets.

@Dammmien
Last active December 21, 2015 00:48
Show Gist options
  • Save Dammmien/6222606 to your computer and use it in GitHub Desktop.
Save Dammmien/6222606 to your computer and use it in GitHub Desktop.
Absolute Horizontal And Vertical Centering
#foo{
height: 150px;
width: 300px;
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