Advertisement
Hisabeel

Selecting text with a different color

Sep 27th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1.     ::selection {
  2.     background:#HERE IS A BACKGROUND COLOR;
  3.     color:#HERE IS THE COLOR OF LETTER;
  4.     }
  5.  
  6.     ::-moz-selection {
  7.     background:#HERE IS A BACKGROUND COLOR;
  8.     color:#HERE IS THE COLOR OF LETTER;
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement