Skip to content

Instantly share code, notes, and snippets.

@tjhole
Last active August 29, 2015 14:18
Show Gist options
  • Save tjhole/8e2b04be297a09025d99 to your computer and use it in GitHub Desktop.
Save tjhole/8e2b04be297a09025d99 to your computer and use it in GitHub Desktop.
CSS: TranslateY
transform:translateY(-50%);
-ms-transform:translateY(-50%); /* IE 9 */
-moz-transform:translateY(-50%); /* Firefox */
-webkit-transform:translateY(-50%); /* Safari and Chrome */
-o-transform:translateY(-50%); /* Opera */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment