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>
you have use col-xs class make possible have on js fillde have created : `https://jsfiddle.net/2w4lc5l7/`
Comments
Post a Comment