Search
 
SCRIPT & CODE EXAMPLE
 

CSS

custom selection color css

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

/* for firefox */
::moz-selection {
	color: #000000;
	background-color: red;
}
Comment

PREVIOUS NEXT
Code Example
Css :: remove bullets from list css 
Css :: center in the middle of the screen html css 
Css :: overflow dots css 
Css :: css underline color 
Css :: font helvetica css 
Css :: css media queries between two sizes 
Css :: position absolute center horizontally 
Css :: css no underline 
Css :: wordpress smooth scroll to anchor 
Css :: how to apply css to firefox only 
Css :: css text no word wrap 
Css :: center div vertically tailwind 
Css :: css flex center 
Css :: position something to the center of screen responsivly 
Css :: input form shadow active bootstrap 
Css :: mat card title center 
Css :: css hover mouse hand 
Css :: how to create a strikethrough in css 
Css :: css disable selection 
Css :: css prevent text blue selection 
Css :: css cursor pointer hover 
Css :: disable scroll css 
Css :: jquery css 
Css :: css input selector 
Css :: remove bootstrap button outline 
Css :: ufw allow from subnet 
Css :: how to increase space between lines in css 
Css :: remove all css styles from element 
Css :: removing the unwanted border button css 
Css :: radio button color css 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =