Hello, I am currently working on an Ionic application where I have rounded areas to display information. My challenge is to incorporate a number inside a heart icon within the second area. I want to ensure that the alignment of the number and the heart is both vertical and horizontal, giving the impression that the number is enclosed within the heart shape. Despite my attempts, I have been unable to achieve this perfect alignment so far. Can anyone provide guidance on how I can accomplish this? Thank you in advance.
NOTE: The displayed text is dynamic and represents a percentage value ranging from 0% to 100%
Below is the code snippet for the specific area:
<link href="http://code.ionicframework.com/1.3.0/css/ionic.min.css" rel="stylesheet"/>
<div class="post-info">
<span class="charity">
<i class="ion-ios-heart-outline"></i><span style="font-size: 13px">45</span>
</span>
</div>