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>

Comments

  1. Use full this but you must add the webkit for selection

    ReplyDelete

Post a Comment

Popular posts from this blog

date_diff function in php

First-line and First-letter Pseudo attribute in css

How to create a custom form in wordpress