1
Considering:
strong {font-size: 36px}
<div id="conteiner">
<div class="meu-valor">
<strong>125,74</strong>
</div>
<div class="meu-valor">
<strong>125,54</strong>
</div>
<div class="meu-valor">
<strong>125,84</strong>
</div>
<div class="meu-valor">
<strong>125,90</strong>
</div>
<div class="meu-valor">
<strong>126,65</strong>
</div>
</div>
How could I change only the style of the last three characters of the string between the Strong tag? This using javascript, jquery or css...
Thanks for your help!
Poxa... very good! Thanks for the feedback. I will study more to understand this code perfectly. But thank you very much.
– Ivan Gomes