Gyancode

A free library of HTML, CSS, JS

Search This Blog

Thursday 15 December 2016

Change Selection Color

/* For Chrome browsers */
::-webkit-selection {
       background-color: #FFA;
       color: #000;}

/* Works in other */
::selection {
       background-color: #FFA;
       color: #000;}

No comments :

Post a Comment