Answers for "how to set color to select option element"

CSS
1

How to change selection color

::selection{
	background-color: red;
    color: white;
}
Posted by: Guest on February-20-2021

Code answers related to "how to set color to select option element"

Browse Popular Code Answers by Language