<p>Audio settings:</p> <div> <input type="range" id="volume" name="volume" min="0" max="11"> <label for="volume">Volume</label> </div> <div> <input type="range" id="cowbell" name="cowbell" min="0" max="100" value="90" step="10"> <label for="cowbell">Cowbell</label> </div>
p, label { font: 1rem 'Fira Sans', sans-serif; } input { margin: .4rem; }