13 lines
190 B
HTML
13 lines
190 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
select {
|
|
appearance: none;
|
|
background: lightgray;
|
|
border: none;
|
|
text-indent: 0.01px;
|
|
text-overflow: "";
|
|
}
|
|
</style>
|
|
<select>
|
|
<option>16</option>
|
|
</select>
|