Change Css background or text Color When you select a text in website
<style>
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
</style>
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
</style>
Use full this but you must add the webkit for selection
ReplyDelete