Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html><head>
<style>
select {
width: 200px;
}
option {
padding: 0;
width: 50%;
background-color: cyan;
}
</style></head><body>
<select size="3">
<option style="margin-left: 50%;">right</option>
</select>
</body></html>