/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
::selection { color: white; background-color: red; } ::-moz-selection { color: white; background-color:red; } /* Make it work on Firefox */