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 also this way to write css for placeholder
input::placeholder{ text-align: center; }