Skip to content

Instantly share code, notes, and snippets.

Created February 3, 2014 06:52
Show Gist options
  • Save anonymous/8779745 to your computer and use it in GitHub Desktop.
Save anonymous/8779745 to your computer and use it in GitHub Desktop.
A Pen by Captain Anonymous.
<div class="center-div"></div>
.center-div
{
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100px;
height: 100px;
background-color: #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment