Skip to content

Instantly share code, notes, and snippets.

@Xhamps
Created June 29, 2014 12:43
Show Gist options
  • Save Xhamps/26556396b09a7baa0e8c to your computer and use it in GitHub Desktop.
Save Xhamps/26556396b09a7baa0e8c to your computer and use it in GitHub Desktop.
CSS Vertical Centering
.children{
background: #ffdb4c;
height: 300px;
position: relative;
top: 50%;
transform: translateY(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment