/ Published in: CSS
Expand |
Embed | Plain Text
::selection { color: white; background-color: red; } ::-moz-selection { color: white; background-color:red; } /* Make it work on Firefox */
You need to login to post a comment.
lickasha on 12/30/10
css html highlight Text-Selection
1 person have marked this snippet as a favorite
::selection { color: white; background-color: red; } ::-moz-selection { color: white; background-color:red; } /* Make it work on Firefox */
You need to login to post a comment.