blob: 4708b91295e08b53dc602d2aabc3f751b79fb561 [file]
<style>
input, div {
width: 70px;
height: 200px;
appearance: slider-vertical;
}
</style>
<body>
<input type="range">
<div></div>
</body>