Horje
html how to change highlight color Code Example
html how to change highlight color
::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}
change highlight color html
::-moz-selection { /* Code for Firefox */
  color: red;
  background: yellow;
}

::selection {
  color: red;
  background: yellow;
}




Css

Related
@media max-width Code Example @media max-width Code Example
hcss change highlight color Code Example hcss change highlight color Code Example
onclick javascript are you sure Code Example onclick javascript are you sure Code Example
js confirm yes no before delete Code Example js confirm yes no before delete Code Example
confirm on delete Code Example confirm on delete Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11