Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css selection

::selection {
  background-color: cyan;
}
Comment

selection css

/* Make selected text gold on a red background */
::selection {
  color: gold;
  background-color: red;
}

/* Make selected text in a paragraph white on a blue background */
p::selection {
  color: white;
  background-color: blue;
}
Comment

Css selection

p.normal::selection {
	background: #cc0000;
	color: #fff;
}

p.moz::-moz-selection {
	background: #cc0000;
	color: #fff;
}
Comment

css selection

::selection {
  background-color: cyan;
}
Comment

selection css

/* Make selected text gold on a red background */
::selection {
  color: gold;
  background-color: red;
}

/* Make selected text in a paragraph white on a blue background */
p::selection {
  color: white;
  background-color: blue;
}
Comment

Css selection

p.normal::selection {
	background: #cc0000;
	color: #fff;
}

p.moz::-moz-selection {
	background: #cc0000;
	color: #fff;
}
Comment

PREVIOUS NEXT
Code Example
:: force css style in angular 
:: css percentrage minus px 
Css :: float center tailwind 
Css :: hide page scrollbar css 
:: css animation linear 
Css :: media queries 
Css :: gray scale css 
:: type selector css 
Css :: css z index 
:: css filters 
Css ::  
Css :: css remove highlight on input text 
::  
:: terminal check time 
Css :: css disabled 
Css ::  
::  
:: change last character color css 
::  
::  
Css :: inline pseudo element 
Css :: adding a background color in css 
::  
:: parent hover and child hover at the same time 
:: nesting in sass 
Css ::  
Css :: vertical divider between my flexbox 
::  
::  
Css :: css comment placer un icon sur une photo 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =