Answers for "how to change option background from a select css"

0

how to make option colour black in html

echo '
<style>
option {
    background-color: black !important;
}
</style>
';
Posted by: Guest on January-04-2021

Code answers related to "how to change option background from a select css"

Browse Popular Code Answers by Language