can you help me make this "stamp" responsive ?
I would like the fonts (numbers and text) to keep occupying the same space over the background image, so the stamp stays clean whatever the viewport size. Without using css vw vh, etc... because it must work on old browsers.
<div id="tamponBLfactor_welcomepage" class="tampon" >
<div class="userWeightInOtherUnit rotateimagecredits"> </div>
<div class="userWeight"></div>
<img class="tamponImg" src="images/tampon100px.png" />
<div class="levelText rotateimagecredits">LEVEL</div>
<div class="userLevel"></div>
</div>
Thanks