Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

custom selection color css

::selection {
	color: #000000;
	background-color: red;
}

/* for firefox */
::moz-selection {
	color: #000000;
	background-color: red;
}
 
PREVIOUS NEXT
Tagged: #custom #selection #color #css
ADD COMMENT
Topic
Name
3+4 =