Answers for "css to aligninput field to center"

CSS
2

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