Advertisement
Guest User

text select

a guest
May 10th, 2021
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <style>
  2. ::selection {
  3. background: none;
  4. font-weight:bold;
  5. color:#A60303;
  6. text-shadow: 0px 0px 4px #A60303;
  7. }
  8.  
  9. ::-moz-selection {
  10. background: none;
  11. font-weight:bold;
  12. color:#A60303;
  13. text-shadow: 0px 0px 4px #A60303;
  14. }
  15. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement