<div class="container"> <svg viewbox="0 0 100 50"> <line x1="2" y1="50" x2="98" y2="50" stroke="white" stroke-width="1.5px"> </svg> <button>generate signature ☝</button> <details> <summary> tweak signature </summary> <div class="settings"> <label for="length"> long </label> <input type="range" id="length" name="length" min="100" max="200" value="150"> </div> </details> </div>