Jak sprawić, by kontur koncentruje się w HTML

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