Answers for "css select option colors"

CSS
1

css selected color

::selection {
    background-color: #222;
    color: white;
}
Posted by: Guest on May-06-2020

Code answers related to "css select option colors"

Browse Popular Code Answers by Language