Answers for "css color selected text"

CSS
1

css selected color

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

css selector color

::selection {
  color: #ffffff;
  background-color: red;
}
Posted by: Guest on February-02-2021

Browse Popular Code Answers by Language