Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
selectlist {
width:30px;
height:20px;
}
selectlist::part(button) {
background-color:blue;
}
</style>
<selectlist>
<option>&nbsp;</option>
</selectlist>