Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
<head>
<style>
::-moz-selection {
color: red;
background: yellow;
}
::selection {
color: red;
background: yellow;
}
</style>
</head>
<body>
<h1>Select text on this page to view selection color</h1>
</body>