I am working on an Ionic application and I am showing info in rounded areas, but I need to put the number in the heart icon in the second area. I need them to be vertically and horizontally aligned, and that the number looks like inside the heart. I tried something, but I can not achieve everything right away. How can i do this? Thank.
NOTE : the text is dynamic, this is a percentage, which can be from 0% to 100%
This is the code for this 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>
Run codeHide result
source
share