Answers for "input active overlay border color change in css"

CSS
0

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 "input active overlay border color change in css"

Browse Popular Code Answers by Language