Skip to content

Instantly share code, notes, and snippets.

Created May 26, 2015 17:47
Show Gist options
  • Save anonymous/03af3553c958608fefe3 to your computer and use it in GitHub Desktop.
Save anonymous/03af3553c958608fefe3 to your computer and use it in GitHub Desktop.
oXYpoz
<div class="box">
</div>
.box {
position: absolute;
margin: auto;
width: 100px;
height: 100px;
background-color: red;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment