Answers for "How to change border color of textarea input on :focus"

0

How to change border color of textarea input on :focus

.input:focus {
    outline: none !important;
    border:1px solid red;
    box-shadow: 0 0 10px #719ECE;
  }
Posted by: Guest on September-01-2021

Code answers related to "How to change border color of textarea input on :focus"

Browse Popular Code Answers by Language