Answers for "how to add border radius in select"

CSS
0

remove border radius select css

#mySelect {
    border-radius: 0
    -webkit-appearance: none;
}
Posted by: Guest on April-20-2020

Code answers related to "how to add border radius in select"

Browse Popular Code Answers by Language