Is there a way to change the dimension of forms and the border color? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

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

9th Sep 2017, 12:25 AM
Onyinyechuqu Obiorah
1 Antwort
+ 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