Skip to content

Instantly share code, notes, and snippets.

@vennsoh
Created August 28, 2012 13:05
Show Gist options
  • Save vennsoh/3497821 to your computer and use it in GitHub Desktop.
Save vennsoh/3497821 to your computer and use it in GitHub Desktop.
Untitled
body{
height:100%;
}
.container{
position: relative;
width: 300px;
height: 300px;
background-color: red;
margin: auto;
margin-top:-150px;
top:50%;
}
.item{
position: absolute;
width: 100px;
height: 100px;
background-color: blue;
left:0;
right:0;
top:0;
bottom:0;
margin: auto;
}
<div class="container">
<div class="item"></div>
</div>
{"view":"split-vertical","fontsize":"80","seethrough":"1","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment