1. Home
  2. Css
  3. Style selection

Style the selected text and elements.

#css
<style>
    ::selection{
        background: #FFF;
        color: #EB6300;
    }
</style>
copy
Full Css cheatsheet