placeholder center code example
Example 1: how to center placeholdr text
input[type="text"]::placeholder {
/* Firefox, Chrome, Opera */
text-align: center;
}
/*Must include type="text" in HTML*/
Example 2: put placeholder text in middle textarea
// Generally if you put a font-size and a height then it will place it in the middle
// - If it still doesnt then use padding-top to be half of padding-bottom.