Here is the code I am working with:
<div class="coupon-price">
<div class="">
<span class="coupon-new-price"> 65.000</span>
</div>
<div class="">
<span class="coupon-old-price"> 130.000</span>
</div>
<div class="disc" style="width:31px;height:31px;position: absolute;float:right;right:6px;z-index:10000;background: red;color:white;border-radius: 70px;line-height:31px;text-align:center;font-size:10px;">
50%
</div>
</div>
I am wondering how to align the red circle properly with the price?