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

How to create a custom form in wordpress

My new Jquery Plugin name is krDailog