Arrow Positions
1
2
3
4
5
6
7
8
9
10
|
<section class="call-to-action with-borders with-button-arrow mb-xl">
<div class="call-to-action-content">
<h3>Tahoe is <strong>everything</strong> you need to create an <strong>awesome</strong> website!</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vestibulum sem eu iaculis varius. </p>
</div>
<div class="call-to-action-btn mt-lg">
<a href="http://www.mandeeps.com/products/dnn-themes/tahoe.aspx" target="_blank" class="btn btn-lg mt-xs btn-primary">Buy Now!</a>
<span class="arrow hrb" style="top: -88px; left: -24px;"></span>
</div>
</section>
|