Answers for "css center text input"

-2

text input center

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

how to center a text input in css

input {
text-align: center;
}
Posted by: Guest on July-25-2021

Browse Popular Code Answers by Language