Created
August 26, 2014 14:57
-
-
Save yorkie/3d1de8501d1c6506f9db to your computer and use it in GitHub Desktop.
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-input-placeholder { | |
text-align:center; | |
} | |
:-moz-placeholder { /* Firefox 18- */ | |
text-align:center; | |
} | |
::-moz-placeholder { /* Firefox 19+ */ | |
text-align:center; | |
} | |
:-ms-input-placeholder { | |
text-align:center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
powered by http://stackoverflow.com/a/15378182