Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>CSS Test Reference</title>
<style>
select {
width: 200px;
border-radius: 0;
font: inherit;
color: inherit;
background: transparent;
border: 1px solid;
padding: 0;
min-height: 0;
appearance: none;
}
.right {
text-align: end;
}
</style>
<select class="right">
<option>XXX</option>
</select>
<br>
<select>
<option>XXX</option>
</select>