html - Bootstrap - Vertically Align Button With Well -


i have , trying vertically align button on right of it. guess use traditional css, i'd rather not run risk of breaking bootstrap.

  <div class='container'>      <div class='row top-buffer'>        <div class='col-md-10'>          <a href='#' id='dl'>v0.0.1 - july 11, 2015 | 20:15:34</a>          <p>note: beta available until<br>august 8, 2015 @ 11:59pm pst</p>        </div>        <div class='col-md-2 vcenter'>          <button type="button" class="btn btn-primary btn-lg pull-right">download</button>        </div>      </div>    </div>

jsfiddle

you have use col-xs class make possible have on js fillde have created :  `https://jsfiddle.net/2w4lc5l7/` 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -