Skip to content

Instantly share code, notes, and snippets.

@darthneel
Forked from anonymous/index.html
Created May 26, 2015 17:48
Show Gist options
  • Save darthneel/32d10764402efc95a819 to your computer and use it in GitHub Desktop.
Save darthneel/32d10764402efc95a819 to your computer and use it in GitHub Desktop.
<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