Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<link rel=stylesheet href="resources/customizable-select-styles.css">
<div class="customizable-select-button open">
<span class=customizable-select-selectedcontent>option</span>
</div>
<style>
.customizable-select-selectedcontent {
color: blue;
}
</style>