Skip to content

Instantly share code, notes, and snippets.

@joe-watkins
Created February 17, 2014 19:54
Show Gist options
  • Select an option

  • Save joe-watkins/9057780 to your computer and use it in GitHub Desktop.

Select an option

Save joe-watkins/9057780 to your computer and use it in GitHub Desktop.
A Pen by Joe Watkins.
<div class="parent">
<div class="child">1</div>
</div>
@import "compass";
html,body
{
height: 100%;
padding: 0px;
margin: 0px;
}
.parent {
display: flex;
height: 100%; /* Or whatever */
}
.child {
width: 100px; /* Or whatever */
height: 100%; /* Or whatever */
margin: auto; /* Magic! */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment