How do u change alignment and spacing between the inputs in the form. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do u change alignment and spacing between the inputs in the form.

I tried using d alignment attribute but it was to no avail and I just don't know how to space them out. By them I mean the input space for name, email, other stuff.

8th Dec 2017, 6:57 PM
Nik
Nik - avatar
3 Answers
+ 19
you can change the position ( absolute , sticky or static for this... ) , the margin or padding ... 🌌🌌 if you can not send me the code 😄🌌👍
8th Dec 2017, 9:33 PM
Maxımee
Maxımee - avatar
+ 17
input { text-align:center ; } you can use padding .. left for exemple x) 😄🌌🌌👍
8th Dec 2017, 7:39 PM
Maxımee
Maxımee - avatar
0
Thanks Maxim but can u make that an inline code
8th Dec 2017, 7:58 PM
Nik
Nik - avatar