Created
June 6, 2016 09:20
-
-
Save iiiBird/8311b153331c6cf02c7f956bedd1bdea to your computer and use it in GitHub Desktop.
translateX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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