::selection
pseudo-selector to style text within it when selected.<p class="custom-text-selection">Select some of this text.</p>
::selection {
background: aquamarine;
color: black;
}
.custom-text-selection::selection {
background: deeppink;
color: white;
}
Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️