Answers for "text area focus css"

CSS
0

text area focus css

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

Browse Popular Code Answers by Language