Hi guys
Just wondering how you would go about creating the effect as seen in the following image:
The part i'd like to attempt to recreate is the gradient within the text field itself along with the line border surrounding the text box.
Thanks.
Hi guys
Just wondering how you would go about creating the effect as seen in the following image:
The part i'd like to attempt to recreate is the gradient within the text field itself along with the line border surrounding the text box.
Thanks.
You can just set the CSS attributes on the input element in question. background-image
for the gradient and border
for the border.