Answers for "rounded input tipe"

CSS
1

rounded input css

input[type="text"]{
  border-radius: 10px;
}
Posted by: Guest on August-07-2021

Browse Popular Code Answers by Language