0
Form tag.
What syntax can I use to make a form input round
2 odpowiedzi
+ 3
Just use the css property border-radius
+ 1
The answer told by Hape is right.
I have just elaborated his answer:
in HTML : <input type="text" name="" value="">
in CSS : input{border-radius: 3px;}