css remove border input focus

44

textarea:focus, input:focus{
    outline: none;
}
*:focus {
  outline: none;
}

Comments

Submit
0 Comments