Answers for "html css input border onclic"

CSS
1

input focus border

input:focus{
	border-color: inherit;
    -webkit-box-shadow: none;
	box-shadow: none;
}
Posted by: Guest on July-27-2021
2

add border to input css

border: none;
border-bottom: 1px solid blue;
Posted by: Guest on March-11-2020

Browse Popular Code Answers by Language