Skip to content

Instantly share code, notes, and snippets.

@yorkie
Created August 26, 2014 14:57
Show Gist options
  • Save yorkie/3d1de8501d1c6506f9db to your computer and use it in GitHub Desktop.
Save yorkie/3d1de8501d1c6506f9db to your computer and use it in GitHub Desktop.
::-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;
}
@yorkie
Copy link
Author

yorkie commented Aug 26, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment