Form tag. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Form tag.

What syntax can I use to make a form input round

14th May 2021, 10:06 PM
Micheal Alfred
2 Respostas
+ 3
Just use the css property border-radius
14th May 2021, 10:14 PM
Hape
Hape - avatar
+ 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;}
15th May 2021, 3:25 AM
JOKER
JOKER - avatar