Answers for "change text highlight color for a section css"

CSS
3

hcss change highlight color

::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}
Posted by: Guest on January-08-2021

Code answers related to "change text highlight color for a section css"

Browse Popular Code Answers by Language