Within my h1 tag, I have a header text that I would like to display alongside a small icon on the right side.
The length of the text can vary, which presents a challenge in alignment.
I attempted to use a background image with no repeat, but it ends up positioned too far to the edge of the div element.
Is there a way to ensure that the background image always lines up at the end of the text? Perhaps using a different approach than the one I previously tried?
h1 {
background-image:url(images/quotemarks.png);
background-repeat:no-repeat;
background-position:right;