Answers for "change border radius of input"

CSS
0

how to round input border

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

css when i add a border radius to input problem

#add{
      width: 60%;
      height: 25px;
      margin: 0 auto;
      border: none; /* <-- This thing here */
      border:solid 1px #ccc;
      border-radius: 10px;
    }
Posted by: Guest on April-19-2022

Code answers related to "change border radius of input"

Browse Popular Code Answers by Language