Skip to content

Instantly share code, notes, and snippets.

@d4rkr00t
Created September 4, 2014 06:12
Show Gist options
  • Save d4rkr00t/e50045467cc6a674c670 to your computer and use it in GitHub Desktop.
Save d4rkr00t/e50045467cc6a674c670 to your computer and use it in GitHub Desktop.
Center Y
.center-xy {
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