Answers for "give radius to a input type"

CSS
1

rounded input css

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

how to round input border

border-radius:px,%
Posted by: Guest on November-27-2020

Code answers related to "give radius to a input type"

Browse Popular Code Answers by Language