Struggling to find the right CSS placement for a button within a jumbotron. I attempted using classes like text-left or pull-left, but nothing seemed to work as I hoped. I believe a simple CSS solution exists, but it's eluding me at the moment. Ideally, I would like to position the button based on specific pixel measurements.
Here is the HTML code snippet:
<div class="six">
<div class="col-sm-4">
<div class="jumbotron">
<a href="#" class="btn btn-xs btn-default">→</a>
</div>
</div>
</div>