How can I change the border attributes of the text boxes of my form? Things like border: none; dont work. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I change the border attributes of the text boxes of my form? Things like border: none; dont work.

https://code.sololearn.com/WA8P81RhDsgj/?ref=app

27th Aug 2018, 7:49 PM
coder_extends_human
coder_extends_human - avatar
2 Answers
+ 2
just add this css property outline: none; because you have already removed the borders on your inputs only the outline is left
27th Aug 2018, 8:21 PM
Charlie Da stiles
Charlie Da stiles - avatar
- 1
If you want to make borders invisible try one of the css styles: border: 0px; border-width: none; border-width: hidden;
27th Aug 2018, 8:18 PM
Timur Sarantsev