Selection Color Block Text
What is the color of the text block selection
color selection when the text block with the mouse .. it might be more unique if the text color and text color can be set as desired.
This is the css that can be used for Mozilla browser and Safari.
/* Mozilla based browsers */
::-moz-selection {
background-color: #FFA;
color: #000;
}
/* Works in Safari */
::selection {
background-color: #FFA;
color: #000;
}

0 komentar:
Posting Komentar