How to remove the input border when clicked (focus event)

Опубликовано: 22 Февраль 2022
на канале: Web Dev with Matt
3,117
59

🔴 Get my full HTML & CSS course with discount at Udemy through this link: https://www.udemy.com/course/html5-an...

In this video you will see how to remove the input border that appears when we click our form inputs in #HTML
This happens because browsers have a special effect called focus, we need to remove the styles when this event is triggered, and we can use #CSS for that