0

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>
Uppas1975
  • 47
  • 1
  • 2
  • 1
    Have you tried using something like this ; http://howtocenterincss.com/ – zik Jan 26 '17 at 15:55
  • 1
    Possible duplicate of [How to vertically center text with CSS?](http://stackoverflow.com/questions/8865458/how-to-vertically-center-text-with-css) – happymacarts Jan 26 '17 at 17:24

0 Answers0