Posts

Showing posts from May, 2017

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>