Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to make focus outline round in html

input:focus {
	outline: none;
  	border: 1px solid blue;
  	border-radius: 10px;
}
 
PREVIOUS NEXT
Tagged: #focus #outline #html
ADD COMMENT
Topic
Name
2+6 =