Answers for "css remove a collor and border"

CSS
1

remove border select css

select#xyz {
   border:0px;
   outline:0px;
}
Posted by: Guest on April-20-2020
2

remove border css

border: none;
Posted by: Guest on January-28-2021

Browse Popular Code Answers by Language