Skip to content

Instantly share code, notes, and snippets.

@jmwhittaker
Created March 19, 2012 11:05
Show Gist options
  • Select an option

  • Save jmwhittaker/2107703 to your computer and use it in GitHub Desktop.

Select an option

Save jmwhittaker/2107703 to your computer and use it in GitHub Desktop.
Center input placeholder text
::-webkit-input-placeholder,
input:-moz-placeholder {
text-align:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment