css float placeholder
input:not(:placeholder-shown) ~ label,
input:focus ~ label {/* ..do stuff*/}
css float placeholder
input:not(:placeholder-shown) ~ label,
input:focus ~ label {/* ..do stuff*/}
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