Skip to content

Instantly share code, notes, and snippets.

@minacle
Created September 26, 2014 18:26
Show Gist options
  • Save minacle/9c28e621629896f3de5e to your computer and use it in GitHub Desktop.
Save minacle/9c28e621629896f3de5e to your computer and use it in GitHub Desktop.
.parent {
position: relative;
}
.child {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment