Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
select {
width:30px;
height:20px;
}
select::part(button) {
background-color:blue;
}
</style>
<select>
<option> </option>
</select>
<style>
select, ::picker(select) {
appearance: base-select;
}
</style>