My goal is to display an SVG along with two text elements in a single line, with the second text aligned to the right.
However, when I use float:right
for the second text, it causes the two texts to be misaligned vertically.
You can view my code on jsbin here: https://jsbin.com/gupunu/edit?html,output
The current outcome:
I have experimented with using text-align
, padding
, and margin
, but none of them seem to impact the alignment of the first text. My aim is to ensure that both texts are at the same height.