cara membuat garis besar fokus di html

input:focus {
	outline: none;
  	border: 1px solid blue;
  	border-radius: 10px;
}
Smiling Skunk