how to get rid of blue outline text 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;
}