Answers for "selected text background color css"

CSS
1

text background color css

body {
	background-color:rgb(130, 50, 29);
}
Posted by: Guest on October-20-2020
0

text blue select background

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
Posted by: Guest on June-04-2021

Code answers related to "selected text background color css"

Browse Popular Code Answers by Language