input modify placeholder in color and font size

In the following modifications required 1.style

<style>

INPUT :: - WebKit-INPUT-placeholder {
/ * color placeholder * /
Color: # aab2bd;
/ * placeholder font size * /
font-size: 12px;
}
</ style>
2.HTML code as

<input type = "text" placeholder = " Type what you want to find" the above mentioned id =
"groupName"> ----------------
Disclaimer: This article is CSDN bloggers' sword spirit of respect "in the original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/qq_35275233/article/details/80757522

Guess you like

Origin www.cnblogs.com/GarsonZhang/p/12467630.html