placeholder font size css
input,
input::-webkit-input-placeholder {
font-size: 20px;
line-height: 3;
}
placeholder font size css
input,
input::-webkit-input-placeholder {
font-size: 20px;
line-height: 3;
}
how to customize placeholder css
<form>
<input type="text" id="name" name="name" required="required" />
<label for="name">Name</label>
<br/>
<input type="email" id="email" name="email" placeholder="Email" required="required" />
<br/>
<input type="submit" />
</form>
Run code snippetHide results
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us