Skip to content

CSS code snippet – How to make focus outline round in html?

input:focus {
	outline: none;
  	border: 1px solid blue;
  	border-radius: 10px;
}
See also  CSS code snippet - How to declare a global variable in S?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.