Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created May 28, 2015 19:00
Show Gist options
  • Save gearmobile/79c30cc8bd0857880636 to your computer and use it in GitHub Desktop.
Save gearmobile/79c30cc8bd0857880636 to your computer and use it in GitHub Desktop.
Element has unknown width and height
.parent {
position: relative;
}
.child {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment