Answers for "remove border radius from select options css"

CSS
0

remove border radius select css

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

Browse Popular Code Answers by Language