how to center placeholdr text
input[type="text"]::placeholder {
/* Firefox, Chrome, Opera */
text-align: center;
}
/*Must include type="text" in HTML*/
how to center placeholdr text
input[type="text"]::placeholder {
/* Firefox, Chrome, Opera */
text-align: center;
}
/*Must include type="text" in HTML*/
placeholder text css
input {
border: 1px solid black;
padding: 3px;
height: 300px;
}
input:placeholder-shown {
border-color: teal;
color: purple;
font-style: italic;
}
placeholder text css
input {
border: 1px solid black;
padding: 3px;
height: 20px;
}
input:placeholder-shown {
border-color: teal;
color: purple;
font-style: italic;
}
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