Skip to content

Instantly share code, notes, and snippets.

@atomrli
Created November 20, 2017 12:47
Show Gist options
  • Select an option

  • Save atomrli/c70af0e46e44d6ca9b1466337c5ae3fe to your computer and use it in GitHub Desktop.

Select an option

Save atomrli/c70af0e46e44d6ca9b1466337c5ae3fe to your computer and use it in GitHub Desktop.
placeholder CSS
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
color: pink;
}
:-moz-placeholder { /* Firefox 18- */
color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment