Answers for "highlighter in css"

CSS
0

style highlight css

/* Now supported by all major browsers */

::selection {
  background-color: #000 /* Selection highight color */
  color: #FFF /* Optional colour change of text that is being selected */
}
Posted by: Guest on August-12-2021

Browse Popular Code Answers by Language