I know that this question has been asked several times but none of the solutions are worked for me i just want to center my text inside a column. Here is my mark up:
<div class="row">
<div class="col-md-6">
<button type="submit" class="btn btn-default">Button</button>
</div>
<div class="col-md-6">
<a href="#">Text</a>
</div>
</div>
I just wanted to vertically center the link text inside the column only using bootstrap classes if it is possible, if not I prefer not to use any constant px
values.