Answers for "css remove focus color"

CSS
24

css remove border input focus

textarea:focus, input:focus{
    outline: none;
}
Posted by: Guest on June-30-2020
0

css keep focus color on div after click

button.selected{
  color:red;
}
Posted by: Guest on February-17-2021

Browse Popular Code Answers by Language