couleur bleu selection html code example
Example: css changer la couleur de la sélection
::selection{
background-color: #444;
color: white;
}
/* Firefox */
::-moz-selection {
background-color: #444;
color: white;
}
::selection{
background-color: #444;
color: white;
}
/* Firefox */
::-moz-selection {
background-color: #444;
color: white;
}