I am trying to vertically align a button inside a DIV using bootstrap. Currently, the button is within the div and on the same line but slightly lower than desired. Below is the code snippet:
<div class="alert alert-info " role="alert" ><div style="display:inline">Hello</div> <div style="float:right; display: inline-block;"><a class="btn btn-info " target="_blank" href="">Preview</a></div></div>
Check out the screenshot here