Answers for "html center input"

-2

text input center

input {
   text-align: center;
}
Posted by: Guest on April-02-2020
0

input type submit align center

<input type="text" style="margin:0px auto; display:block;" />
Posted by: Guest on September-03-2020

Browse Popular Code Answers by Language