2019/02/07

フォームの初期表示のテキストplaceholderの文字色を変える










sample

See the Pen フォームの初期表示のテキストplaceholderの文字色を変える by takapen (@takapen) on CodePen.







html




css
input::placeholder {
  color: #c00;
}
textarea::placeholder {
  color: #0cc;
}