I am new to Bootstrap and I decided to jump into using their v4 alpha version.
In the example below, I am attempting to align the 'Arrange a valuation' button (located near the bottom of the page) to the right while keeping the other text aligned to the left. Additionally, I need both the text and the button to be vertically centered.
Can anyone assist with this?
<div class="card card-block card-blue clearfix">
<p class="card-text">Want to know how much rent you could achieve for your property? <a href="#" class="btn btn-blue-outline pull-right">Arrange a Valuation</a></p>
</div>