4 lines
148 B
HTML
4 lines
148 B
HTML
<!DOCTYPE html>
|
|
<select style="display: list-item; list-style-position: inside; color: green">
|
|
<option>Bullets should be green</option>
|
|
</select>
|