I have a div and one input and on this div I want to have the input everytime on every height on the middle vertical. What can I do?
Code here:
<div class="buttons-player">
<div class="range-video col-xs-6">
<input type="range" id="progress-bar" value="0" />
</div>
</div>