Can anyone tell me How i increase the size of a form like password and bring it to the center? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone tell me How i increase the size of a form like password and bring it to the center?

23rd Sep 2017, 10:22 AM
Stephen
1 Answer
+ 13
Use this CSS. input[type="password"] { text-align:center; width:100%; }
23rd Sep 2017, 10:27 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar