Let's say I have this amazing logo with some artistic text in it that cannot be replicated using a downloaded WebFont
In the image, the text baseline sits at 68% from the top and 32% from the bottom.
Now I want to align text in an HTML document, which includes this image, with the baseline of the text in the image at a specific vertical ratio of the image height.
What combination of CSS properties and HTML <div>
/ <span>
structure is required for this task?