How to change the design and alignment and dimension of input tag. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to change the design and alignment and dimension of input tag.

please explain me how to change the dimensions and other thing for a html input tag.

23rd Feb 2017, 4:47 AM
Tarun kumar parashar
Tarun kumar parashar - avatar
4 Answers
+ 1
in your css input[type="text"], input[type="email"] { attributes... } you can also make classes for your labels then access them within your webpages. I could post an example. just let me know if needed. hope this helps
23rd Feb 2017, 5:28 AM
Michael Szczepanski
Michael Szczepanski - avatar
+ 1
yeah thanks got it.. thanks a ton
23rd Feb 2017, 5:45 AM
Tarun kumar parashar
Tarun kumar parashar - avatar
+ 1
I still posted an example if you still need a reference.
23rd Feb 2017, 5:54 AM
Michael Szczepanski
Michael Szczepanski - avatar
+ 1
i updated it, it should have a centered button.
23rd Feb 2017, 6:10 AM
Michael Szczepanski
Michael Szczepanski - avatar