Answers for "without border color in input field css"

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 "without border color in input field css"

Browse Popular Code Answers by Language