Skip to content

Instantly share code, notes, and snippets.

@bergantine
Last active September 29, 2015 07:27
Show Gist options
  • Select an option

  • Save bergantine/1566412 to your computer and use it in GitHub Desktop.

Select an option

Save bergantine/1566412 to your computer and use it in GitHub Desktop.
Style an HTML5 Form Element Placeholder. #html5 #form #input #placeholder #css
// from http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css
input::-webkit-input-placeholder
color: #fff
input:-moz-placeholder
color: #fff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment