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.
4 Antworten
+ 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
+ 1
yeah thanks got it.. thanks a ton
+ 1
I still posted an example if you still need a reference.
+ 1
i updated it, it should have a centered button.