how to set placeholder in center code example
Example: how to center placeholdr text
input[type="text"]::placeholder {
/* Firefox, Chrome, Opera */
text-align: center;
}
/*Must include type="text" in HTML*/