Well my problem is that I have a <textarea>
on my page and I use the attribute placeholder=
to give the value of user such that:
<textarea id="usuario_nick" placeholder="usuario">
The problem is that the text of the textarea is automatically aligned to the left but I want it to be aligned towards the center of textarea not I mean only horizontally also vertically right in the center is it possible?
Is there a way to move only the placeholder value in that textarea as a padding-top y right
?.
I know that you can take the placeholder
with ::-webkit-input-placeholder
but this takes me all and I want it to happen only in 1 specific.