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>
<span class=customizable-select-selectedcontent>Option 1</span>
</div>
<style>
.customizable-select-button {
border: 7px solid cornflowerblue;
}
</style>