how to remove border of textbox in html code example
Example: how to remove the outer border of an input text in html
input:focus, textarea:focus, select:focus{
outline: none;
}
input:focus, textarea:focus, select:focus{
outline: none;
}