How can i make the edge of my text field curve. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i make the edge of my text field curve.

border radius

1st Jan 2018, 8:18 PM
OLANIYI Babarinde Isola
OLANIYI Babarinde Isola - avatar
2 Answers
+ 5
Try this: <style> input[type="text"] { border: 1px solid #aaa; border-radius: 5px; } </style> <input type="text" /> https://code.sololearn.com/WV4u6oT2vik1/?ref=app
2nd Jan 2018, 1:37 AM
Calviղ
Calviղ - avatar
+ 1
Yes.
1st Jan 2018, 11:36 PM
josh mizzi
josh mizzi - avatar