css selected color
::selection {
background-color: #222;
color: white;
}
css selected color
::selection {
background-color: #222;
color: white;
}
html select color
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="style.css"/>
<title>HTML Select Color</title>
</head>
<body>
<input type="color" id="colorPicker">
<!-- You can change the color with value, like this: <input type="color" value ="#eee">
The Default COlor is #000 (Black)
YOu can also edit the css.
-->
</body>
html select option text color
<style>
#selector{
color:red;
}
</style>
<select name="" id="selector">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us