Answers for "when value is selected in select change colour"

CSS
1

How to change selection color

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

Code answers related to "when value is selected in select change colour"

Browse Popular Code Answers by Language