Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

How to change selection color

::selection{
	background-color: red;
    color: white;
}
 
PREVIOUS NEXT
Tagged: #How #change #selection #color
ADD COMMENT
Topic
Name
7+1 =