How can I centre the input field\'s placeholder\'s alignment in a html form?
I am using the following code, but it doesn\'t work:
CSS ->
inpu
You can use set in a class like below and set to input text class CSS:
.place-holder-center::placeholder { text-align: center; }
HTML: