how can we remove the box appears in the field when filling form ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can we remove the box appears in the field when filling form ?

in any input box when we fill data a rectangular box like a border cames on the field, I think it is automatically happens because of HTML , how can we remove it using CSS SEE THE CODE FOR EXAMPLE*** When you click on password field or username field then a rectangular box appears https://code.sololearn.com/WE96VJud7eDQ/?ref=app

25th Apr 2021, 10:31 AM
Jitendra Sahu
Jitendra Sahu - avatar
2 Answers
+ 3
the CSS you can use is #key:focus { outline: none; }
25th Apr 2021, 11:08 AM
Nathan Stanley
Nathan Stanley - avatar
0
Nathan Stanley Thanks, very very thankful to you 😊
25th Apr 2021, 11:11 AM
Jitendra Sahu
Jitendra Sahu - avatar