How to change Text Selection Color in your Website | Highlighting Text

preview_player
Показать описание
In this tutorial you will learn how to change the selection color when Highlighting Text On your site through css code.

Paste this code in css section
::-moz-selection { /* Code for Firefox */
color: white;
background: black;
}

::selection {
color: white;
background: black;
}

#textselection #highlightedtext #css #website #WebTaskWithHassan #HassanGilani
Рекомендации по теме