Fri, 2015-05-08 13:30
Hello...
How can I style a specific form element ? For example..I wish to change the size
of a text box, add color,..etc...
Fri, 2015-05-08 20:35
#1
Form elements can be
Form elements can be difficult to style as many of their properties are controlled by the browser and OS.
That said much of what you want should be possible.
input{ height:3em; width:300px; color:red; border:blue 5px solid; background:green; }