Skip to content

Instantly share code, notes, and snippets.

@rpayanm
Created July 12, 2019 20:22
Show Gist options
  • Save rpayanm/f362301f1165769790d0b57510ed1222 to your computer and use it in GitHub Desktop.
Save rpayanm/f362301f1165769790d0b57510ed1222 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