Skip to content

Instantly share code, notes, and snippets.

@fiximportant
Last active February 22, 2018 19:43
Show Gist options
  • Save fiximportant/80852a0a9b1f77db1da1f82688b083c5 to your computer and use it in GitHub Desktop.
Save fiximportant/80852a0a9b1f77db1da1f82688b083c5 to your computer and use it in GitHub Desktop.
Transform - CrossBrowser
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment