Answers for "pressing on input border becomes black how to change color"

CSS
1

change input border color when selected

input:focus {
	outline: none;
  	border: 1px solid red;
}
Posted by: Guest on February-05-2021

Code answers related to "pressing on input border becomes black how to change color"

Browse Popular Code Answers by Language