Answers for "css how to center type text in input"

CSS
0

how to center a text input in css

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

Code answers related to "css how to center type text in input"

Browse Popular Code Answers by Language