Skip to content

Instantly share code, notes, and snippets.

@jacobproffer
jacobproffer / index.html
Last active January 28, 2025 00:09
Custom Select
<div class="container">
<form class="form">
<div class="input-wrap">
<label class="visually-hide" for="team-select">Choose a career</label>
<!-- Select Icon (Could also be an SVG) -->
<div class="input-wrap__icon input-wrap__icon--select"></div>
<select name="jobs" id="team-select" required aria-required="true">