Skip to content

Instantly share code, notes, and snippets.

@rpearce
Created August 8, 2013 16:05
Show Gist options
  • Save rpearce/6185956 to your computer and use it in GitHub Desktop.
Save rpearce/6185956 to your computer and use it in GitHub Desktop.
A CodePen by Robert Pearce.
<div class="wrapper">
<div class="box"></div>
<div class="box content">Some text</div>
</div>
html, body {
height: 101%;
}
.wrapper {
width: 100%;
height: 100%;
text-align: center;
background-color: #ccc;
}
.box {
display: inline-block;
vertical-align: middle;
height: 100%;
}
.content {
background: #fff;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment