Is there a way to change the dimension of forms and the border color? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there a way to change the dimension of forms and the border color?

9th Sep 2017, 12:25 AM
Onyinyechuqu Obiorah
1 Answer
+ 2
Thank you. I had to create a class within the input tag before I was able to resize and style, As in; HTML <form><input type="text" name="name" class="five"/></form> CSS .five { width: 35px; height: 40px; border-color: black; }
9th Sep 2017, 1:32 AM
Onyinyechuqu Obiorah