Answers for "Which selector is used in the following CSS selection --"

CSS
2

css selection

::selection {
  background-color: cyan;
}
Posted by: Guest on October-03-2020

Code answers related to "Which selector is used in the following CSS selection --"

Browse Popular Code Answers by Language