Skip to content

CSS code snippet – How to round input border?

input[type="text"]{
  border-radius: 10px;
}
See also  How to add a value to a list in Python?

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.