Skip to content

Instantly share code, notes, and snippets.

@iiiBird
Created June 6, 2016 09:20
Show Gist options
  • Save iiiBird/8311b153331c6cf02c7f956bedd1bdea to your computer and use it in GitHub Desktop.
Save iiiBird/8311b153331c6cf02c7f956bedd1bdea to your computer and use it in GitHub Desktop.
translateX
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment