input align center code example
Example 1: text input center
input {
text-align: center;
}
Example 2: input type submit align center
<input type="text" style="margin:0px auto; display:block;" />
input {
text-align: center;
}
<input type="text" style="margin:0px auto; display:block;" />