<div class="priceBox">
<a href="#">
<div class="priceBtn">
<span class="priceBtnTxt">Order Now</span>
</div>
</a>
</div>
What CSS properties would any of the classes need so that priceBtn is centered within priceBox ?
It really depends on the outcome you are looking for. To center that div you could use:
.priceBtn
{
margin: 0 auto;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With